574e65200de3

more
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Nov 2013 12:55:54 -0500
parents fb9ef461ca17
children 2de1f78616fd
branches/tags (none)
files bin/colortest vim/custom-dictionary.utf-8.add vim/vimrc

Changes

--- a/vim/custom-dictionary.utf-8.add	Mon Aug 26 20:02:37 2013 -0400
+++ b/vim/custom-dictionary.utf-8.add	Sat Nov 09 12:55:54 2013 -0500
@@ -121,3 +121,4 @@
 reindent
 Javascript
 voicemail
+namespaces
--- a/vim/vimrc	Mon Aug 26 20:02:37 2013 -0400
+++ b/vim/vimrc	Sat Nov 09 12:55:54 2013 -0500
@@ -649,6 +649,8 @@
             \ ]
 
 let g:clojure_highlight_extra_defs = [
+            \ 'defparser',
+            \
             \ 'defproject',
             \
             \ 'defroutes'