From f671067e9772a8f94ae4708a8abc9f313ea38ade Mon Sep 17 00:00:00 2001 From: Iron-E Date: Wed, 9 Dec 2020 18:02:04 -0500 Subject: [PATCH] ref(colors): change jsonEscape to specialchar `jsonEscape` is used for the exact purpose that `SpecialChar` was meant for. So, I updated the `:hi link` to match it. --- colors/highlite.vim | 1 + 1 file changed, 1 insertion(+) 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',