Files
oak-gpui/crates/zed/src/languages/json/highlights.scm
T

21 lines
181 B
Scheme

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