diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 01:39:59 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-03-02 01:39:59 +0100 |
commit | 9cd6e8533b69fd57d6c487ee8a85f21f019e518b (patch) | |
tree | 9cd5a445a952830407548c5cf85039f894687718 /ftdetect/polyglot.vim | |
parent | 43ecbfae50fe8dc2a64039af2ee04249e8836cd0 (diff) | |
download | vim-polyglot-9cd6e8533b69fd57d6c487ee8a85f21f019e518b.tar.gz vim-polyglot-9cd6e8533b69fd57d6c487ee8a85f21f019e518b.zip |
Update
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 3 |
1 files changed, 1 insertions, 2 deletions
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 |