diff options
Diffstat (limited to '')
-rw-r--r-- | ftdetect/haml.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftdetect/haml.vim b/ftdetect/haml.vim new file mode 100644 index 00000000..bf1de754 --- /dev/null +++ b/ftdetect/haml.vim @@ -0,0 +1,3 @@ +autocmd BufNewFile,BufRead *.haml,*.hamlbars setf haml +autocmd BufNewFile,BufRead *.sass setf sass +autocmd BufNewFile,BufRead *.scss setf scss |