diff options
Diffstat (limited to 'ftdetect')
| -rw-r--r-- | ftdetect/polyglot.vim | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index cdeb9332..d33aa8e6 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -82,6 +82,7 @@ if has("autocmd")    au  BufNewFile,BufRead *.mustache,*.handlebars,*.hbs,*.hogan,*.hulk,*.hjs set filetype=html syntax=mustache | runtime! ftplugin/mustache.vim ftplugin/mustache*.vim ftplugin/mustache/*.vim  endif  au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/*,*/nginx/vhosts.d/*,nginx.conf if &ft == '' | setfiletype nginx | endif +au BufRead,BufNewFile *.cl set filetype=opencl  autocmd BufNewFile,BufRead *.proto setfiletype proto  au BufRead,BufNewFile *.pp              set filetype=puppet  au BufNewFile,BufRead *.rb,*.rbw,*.gemspec	set filetype=ruby | 
