mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-06 09:14:25 +08:00
Hamlbars is plain Haml with an "hb" helper Ruby function. https://github.com/jamesotron/hamlbars
4 lines
143 B
VimL
4 lines
143 B
VimL
autocmd BufNewFile,BufRead *.haml,*.hamlbars setf haml
|
|
autocmd BufNewFile,BufRead *.sass setf sass
|
|
autocmd BufNewFile,BufRead *.scss setf scss
|