diff --git a/colors/highlite.vim b/colors/highlite.vim index 445fe02..a1cda1b 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -505,6 +505,7 @@ local highlight_groups = { --[[ 4.3.11. JSON ]] jsonBraces = 'luaBraces', + jsonEscape = 'SpecialChar', jsonKeywordMatch = 'Operator', jsonNull = 'Constant', jsonQuote = 'Delimiter',