This commit is contained in:
Adam Stankiewicz
2020-03-02 01:39:59 +01:00
parent 43ecbfae50
commit 9cd6e8533b
9 changed files with 5 additions and 249 deletions

View File

@@ -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