vim: use proper syntax highlighting for bash profile
This commit is contained in:
parent
85b4d48980
commit
036f2ac143
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ nnoremap <silent> <leader>l :call VimrcCycleNumbers()<CR>
|
|||
|
||||
augroup vimrc " {{{
|
||||
autocmd!
|
||||
autocmd BufNewFile,BufRead bash_profile,bashrc set filetype=sh
|
||||
autocmd BufNewFile,BufRead bash_profile,bashrc,profile set filetype=sh
|
||||
autocmd BufNewFile,BufRead gitconfig set filetype=gitconfig
|
||||
autocmd BufNewFile,BufRead *.sx,*.s19 set filetype=srec
|
||||
autocmd BufNewFile,BufRead Vagrantfile set filetype=ruby
|
||||
|
|
Loading…
Add table
Reference in a new issue