From 0d23b6e515a01a5782532351821ebfa11f3d6cf2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 8 Oct 2012 11:44:10 -0500 Subject: Add vim again :) --- vim/ftdetect/mustache.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 vim/ftdetect/mustache.vim (limited to 'vim/ftdetect/mustache.vim') diff --git a/vim/ftdetect/mustache.vim b/vim/ftdetect/mustache.vim new file mode 100644 index 0000000..2ddc2ca --- /dev/null +++ b/vim/ftdetect/mustache.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *.mustache setf mustache \ No newline at end of file -- cgit