crates/languages/src/json/highlights.scm 🔗
@@ -1,6 +1,7 @@
(comment) @comment
(string) @string
+(escape_sequence) @string.escape
(pair
key: (string) @property.json_key)
狐狸 created
Release Notes:
- Added escape string highlights to JSON and JSONC files
crates/languages/src/json/highlights.scm | 1 +
crates/languages/src/jsonc/highlights.scm | 1 +
2 files changed, 2 insertions(+)
@@ -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)