summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2013-10-07 11:07:27 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2013-10-07 11:07:27 +0200
commite108a087b4a5a3acb55786643e5289a64c8b0c60 (patch)
treef0be0885c7076f64373a127acfd97e9bce6b70a2 /ftdetect
parentb3257271dbd3075507db3e8ad2e76571901c969d (diff)
downloadvim-polyglot-e108a087b4a5a3acb55786643e5289a64c8b0c60.tar.gz
vim-polyglot-e108a087b4a5a3acb55786643e5289a64c8b0c60.zip
Update latex, html, ruby, c, cpp
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
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