mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-08 10:04:47 +08:00
Support *.hamlbars
Hamlbars is plain Haml with an "hb" helper Ruby function. https://github.com/jamesotron/hamlbars
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
autocmd BufNewFile,BufRead *.haml setf haml
|
autocmd BufNewFile,BufRead *.haml,*.hamlbars setf haml
|
||||||
autocmd BufNewFile,BufRead *.sass setf sass
|
autocmd BufNewFile,BufRead *.sass setf sass
|
||||||
autocmd BufNewFile,BufRead *.scss setf scss
|
autocmd BufNewFile,BufRead *.scss setf scss
|
||||||
|
|||||||
Reference in New Issue
Block a user