From 5a414278be6fdb735b08aaffe1754797820a2ea1 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 8 May 2016 23:44:45 +0100 Subject: [PATCH] Add JSON syntax highlighting --- colors/onedark.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/colors/onedark.vim b/colors/onedark.vim index 2230af5..164115f 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -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 |