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.
This commit is contained in:
Iron-E 2020-12-09 18:02:04 -05:00
parent 9dca0299b9
commit f671067e97
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -505,6 +505,7 @@ local highlight_groups = {
--[[ 4.3.11. JSON ]]
jsonBraces = 'luaBraces',
jsonEscape = 'SpecialChar',
jsonKeywordMatch = 'Operator',
jsonNull = 'Constant',
jsonQuote = 'Delimiter',