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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user