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:
parent
9dca0299b9
commit
f671067e97
|
@ -505,6 +505,7 @@ local highlight_groups = {
|
|||
|
||||
--[[ 4.3.11. JSON ]]
|
||||
jsonBraces = 'luaBraces',
|
||||
jsonEscape = 'SpecialChar',
|
||||
jsonKeywordMatch = 'Operator',
|
||||
jsonNull = 'Constant',
|
||||
jsonQuote = 'Delimiter',
|
||||
|
|
Loading…
Reference in New Issue