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/nginx.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftdetect/nginx.vim (limited to 'ftdetect/nginx.vim') diff --git a/ftdetect/nginx.vim b/ftdetect/nginx.vim new file mode 100644 index 00000000..45bb1c15 --- /dev/null +++ b/ftdetect/nginx.vim @@ -0,0 +1 @@ +au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/*,*/nginx/vhosts.d/*,nginx.conf if &ft == '' | setfiletype nginx | endif -- cgit v1.2.3