Add JSON syntax highlighting

This commit is contained in:
Simon Smith
2016-05-08 23:44:45 +01:00
parent a5eb50b0cb
commit 5a414278be

View File

@@ -192,6 +192,9 @@ call s:h("javaScriptNumber", { "fg": s:dark_yellow })
call s:h("rubyBlockParameterList", { "fg": s:red })
call s:h("rubyInterpolation", { "fg": s:green })
call s:h("rubyInterpolationDelimiter", { "fg": s:red })
call s:h("jsonKeyword", { "fg": s:red })
call s:h("jsonQuote", { "fg": s:white })
call s:h("jsonString", { "fg": s:green })
" +---------------------+
" | Plugin Highlighting |