From 10b28c4175f6c9c1ca40e4d201f554359bc20aff Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 16 Mar 2014 14:52:12 +0100 Subject: Add opencl support --- ftdetect/polyglot.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'ftdetect') 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 -- cgit v1.2.3