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-20 12:20:14 -04:00
committed by GitHub
parent f8195c41e0
commit 99bef27300
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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)