From e108a087b4a5a3acb55786643e5289a64c8b0c60 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 7 Oct 2013 11:07:27 +0200 Subject: Update latex, html, ruby, c, cpp --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect/polyglot.vim') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index dc3b2e8f..03efb46e 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -51,7 +51,7 @@ autocmd BufNewFile,BufRead *.haml,*.hamlbars setf haml autocmd BufNewFile,BufRead *.sass setf sass autocmd BufNewFile,BufRead *.scss setf scss if has("autocmd") - au BufNewFile,BufRead *.{handlebars,hb,hbs,hbt}{,.erb} set ft=html syntax=handlebars | runtime! ftplugin/handlebars.vim ftplugin/handlebars*.vim ftplugin/handlebars/*.vim + au BufNewFile,BufRead *.{handlebars,hb,hbs,hbt}{,.erb} set ft=handlebars.html syntax=handlebars | runtime! ftplugin/handlebars.vim ftplugin/handlebars*.vim ftplugin/handlebars/*.vim endif autocmd BufNewFile,BufReadPost *.jade set filetype=jade au BufNewFile,BufRead *.js setf javascript -- cgit v1.2.3