difftastic/vendored_parsers/tree-sitter-json/queries/highlights.scm

17 lines
172 B
Scheme

(pair
key: (_) @string.special.key)
(string) @string
(number) @number
[
(null)
(true)
(false)
] @constant.builtin
(escape_sequence) @escape
(comment) @comment