diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-03-16 14:52:12 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-03-16 14:52:12 +0100 |
commit | 10b28c4175f6c9c1ca40e4d201f554359bc20aff (patch) | |
tree | 269c996dd6a8697652d745b0a0f18e80d17bc009 /ftdetect/polyglot.vim | |
parent | 95bc6710a4fd961ecc1d7d9f344e97fb690810b1 (diff) | |
download | vim-polyglot-1.6.0.tar.gz vim-polyglot-1.6.0.zip |
Add opencl supportv1.6.0
Diffstat (limited to 'ftdetect/polyglot.vim')
-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 |