Files
oak-gpui/crates/languages/src/json/highlights.scm
T
狐狸 99bef27300 Add escape string highlights to JSON and JSONC files (#18138)
Release Notes:

- Added escape string highlights to JSON and JSONC files
2024-09-20 12:20:14 -04:00

23 lines
224 B
Scheme

(comment) @comment
(string) @string
(escape_sequence) @string.escape
(pair
key: (string) @property.json_key)
(number) @number
[
(true)
(false)
(null)
] @constant
[
"{"
"}"
"["
"]"
] @punctuation.bracket