From 1662be9ab3c73a7ced537afdd7055de80767c3ec Mon Sep 17 00:00:00 2001 From: yan Date: Mon, 30 Jan 2012 08:48:30 -0600 Subject: [PATCH] Better syntax highlighting for json in haml, vim --- vim/plugin/settings/solarized.vim | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vim/plugin/settings/solarized.vim b/vim/plugin/settings/solarized.vim index 49b69c1..811ac4b 100644 --- a/vim/plugin/settings/solarized.vim +++ b/vim/plugin/settings/solarized.vim @@ -15,7 +15,7 @@ hi! link Search DiffAdd " Colors to make LustyJuggler more usable " the Question color in LustyJuggler is mapped to " the currently selected buffer. -hi clear Question +hi! clear Question hi! Question guifg=yellow hi! link TagListFileName Question @@ -35,5 +35,8 @@ hi! link Delimiter Identifier hi! link rDollar Identifier " For vimscript, don' tlike red.. -hi link vimMapModKey Operator -hi link vimNotation Label +hi! link vimMapModKey Operator +hi! link vimNotation Label + +" Better json highlighting +hi! link htmlArg Label