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:
狐狸 2024-09-21 00:20:14 +08:00 committed by GitHub
parent f8195c41e0
commit 99bef27300
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
(comment) @comment
(string) @string
(escape_sequence) @string.escape
(pair
key: (string) @property.json_key)

View file

@ -1,6 +1,7 @@
(comment) @comment
(string) @string
(escape_sequence) @string.escape
(pair
key: (string) @property.json_key)