[vim] adds yaml syntax
This commit is contained in:
parent
bec14bd697
commit
ba65d6f74c
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@ autocmd BufRead,BufNewFile *.cnf,*.conf,*gitconfig setf dosini
|
|||
autocmd BufNewFile,BufRead *.dust,*.dustjs,*.tl set filetype=dustjs
|
||||
autocmd BufNewFile,BufRead *.less set filetype=less
|
||||
autocmd BufNewFile,BufRead nginx.conf set filetype=nginx
|
||||
autocmd BufNewFile,BufRead *.yaml,*.yml,*gemrc setf yaml
|
||||
|
||||
autocmd BufNewFile,BufRead *.mustache,*.hogan,*.hulk,*.hjs set filetype=html.mustache syntax=mustache
|
||||
autocmd BufNewFile,BufRead *.handlebars,*.hbs set filetype=html.handlebars syntax=mustache
|
||||
|
@ -102,6 +103,7 @@ Plugin 'garbas/vim-snipmate'
|
|||
Plugin 'honza/vim-snippets'
|
||||
Plugin 'tmux-plugins/vim-tmux'
|
||||
"Plugin 'Valloric/YouCompleteMe'
|
||||
Plugin 'ingydotnet/yaml-vim'
|
||||
|
||||
call vundle#end()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue