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/stylus.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ftdetect/stylus.vim (limited to 'ftdetect/stylus.vim') diff --git a/ftdetect/stylus.vim b/ftdetect/stylus.vim new file mode 100644 index 00000000..49e04ecc --- /dev/null +++ b/ftdetect/stylus.vim @@ -0,0 +1,3 @@ +" Stylus +autocmd BufNewFile,BufReadPost *.styl set filetype=stylus +autocmd BufNewFile,BufReadPost *.stylus set filetype=stylus -- cgit v1.2.3