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 ]]
|
--[[ 4.3.11. JSON ]]
|
||||||
jsonBraces = 'luaBraces',
|
jsonBraces = 'luaBraces',
|
||||||
|
jsonEscape = 'SpecialChar',
|
||||||
jsonKeywordMatch = 'Operator',
|
jsonKeywordMatch = 'Operator',
|
||||||
jsonNull = 'Constant',
|
jsonNull = 'Constant',
|
||||||
jsonQuote = 'Delimiter',
|
jsonQuote = 'Delimiter',
|
||||||
|
|
Loading…
Reference in New Issue