2de1f78616fd

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Nov 2013 12:58:55 -0500
parents 574e65200de3 (diff) d25535222d29 (current diff)
children df54cb569995 a328ffc74b48
branches/tags (none)
files vim/custom-dictionary.utf-8.add vim/vimrc

Changes

--- a/vim/custom-dictionary.utf-8.add	Mon Nov 04 10:52:49 2013 -0500
+++ b/vim/custom-dictionary.utf-8.add	Sat Nov 09 12:58:55 2013 -0500
@@ -131,3 +131,4 @@
 uuid
 UTC
 MoneyDrop
+namespaces
--- a/vim/vimrc	Mon Nov 04 10:52:49 2013 -0500
+++ b/vim/vimrc	Sat Nov 09 12:58:55 2013 -0500
@@ -658,6 +658,8 @@
             \ ]
 
 let g:clojure_highlight_extra_defs = [
+            \ 'defparser',
+            \
             \ 'defproject',
             \
             \ 'defroutes'