From 9cd6e8533b69fd57d6c487ee8a85f21f019e518b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 2 Mar 2020 01:39:59 +0100 Subject: Update --- ftdetect/polyglot.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index d8f2679c..ed39b7c9 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -561,8 +561,7 @@ endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1 augroup filetypedetect " haml, from haml.vim in sheerun/vim-haml -autocmd BufNewFile,BufRead *.sass setf sass -autocmd BufNewFile,BufRead *.scss setf scss +autocmd BufNewFile,BufRead *.haml,*.hamlbars,*.hamlc setf haml augroup end endif -- cgit v1.2.3