From 01fe1500df97577452f755b526c09d8ed0c802ea Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 12 Sep 2013 16:17:03 +0200 Subject: Add support for basic languages coffee, cucumbeer, eruby, haml, haskell, javascript, json, less, nginx, ocaml, ruby, sass, scss, slim, stylus, textile, tmux --- ftdetect/haml.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftdetect/haml.vim (limited to 'ftdetect/haml.vim') 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 -- cgit v1.2.3