Add escape string highlights to JSON and JSONC files (#18138)
Release Notes: - Added escape string highlights to JSON and JSONC files
This commit is contained in:
parent
f8195c41e0
commit
99bef27300
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
(comment) @comment
|
||||
|
||||
(string) @string
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
(pair
|
||||
key: (string) @property.json_key)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
(comment) @comment
|
||||
|
||||
(string) @string
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
(pair
|
||||
key: (string) @property.json_key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue