mirror of
https://github.com/tpope/vim-haml.git
synced 2025-12-06 09:14:25 +08:00
4 lines
151 B
VimL
4 lines
151 B
VimL
autocmd BufNewFile,BufRead *.haml,*.hamlbars,*.hamlc setf haml
|
|
autocmd BufNewFile,BufRead *.sass setf sass
|
|
autocmd BufNewFile,BufRead *.scss setf scss
|