aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-06-09 12:24:02 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-06-09 12:24:02 -0400
commitc3b2b1adc5904676184ebbd4a9fde0571c8f4d5d (patch)
tree2166c4b746fcb8ff4348591420f2dff1f25438dd
parent2419d6b34fdbbe862192e9d7cb5cfc1ccfbe810e (diff)
hilight .less files like css
-rw-r--r--vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 4c7ffdd..2e37dc5 100644
--- a/vimrc
+++ b/vimrc
@@ -54,6 +54,9 @@ if has("autocmd")
au BufRead,BufNewFile *.mako setlocal filetype=html
au BufRead,BufNewFile *.ftl setlocal filetype=html
+ " css templates
+ au BufRead,BufNewFile *.less setlocal filetype=css
+
" zsh configs and scripts
au BufRead,BufNewFile *.zsh-theme setlocal filetype=zsh
au BufRead,BufNewFile *.zsh-overrides setlocal filetype=zsh