Update stylus and clojure syntaxes

This commit is contained in:
Adam Stankiewicz 2013-09-16 02:07:41 +02:00
parent 752a647be1
commit e8c16931f9
2 changed files with 41 additions and 39 deletions

View File

@ -45,6 +45,8 @@ endif
setlocal comments= commentstring=//\ %s
setlocal suffixesadd=.styl
" Add '-' and '#' to the what makes up a keyword.
" This means that 'e' and 'w' work properly now, for properties
" and valid variable names.

File diff suppressed because one or more lines are too long