df54cb569995

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 04 Dec 2013 12:07:55 -0500
parents 6a9528799caa (current diff) 2de1f78616fd (diff)
children ef1f9749a219
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/custom-dictionary.utf-8.add	Wed Dec 04 12:07:12 2013 -0500
+++ b/vim/custom-dictionary.utf-8.add	Wed Dec 04 12:07:55 2013 -0500
@@ -131,3 +131,4 @@
 uuid
 UTC
 MoneyDrop
+namespaces
--- a/vim/vimrc	Wed Dec 04 12:07:12 2013 -0500
+++ b/vim/vimrc	Wed Dec 04 12:07:55 2013 -0500
@@ -668,6 +668,8 @@
             \ ]
 
 let g:clojure_highlight_extra_defs = [
+            \ 'defparser',
+            \
             \ 'defproject',
             \
             \ 'defroutes'