tree-sitter-bruno/queries/highlights.scm
2024-12-15 16:27:03 +02:00

19 lines
160 B
Scheme

(keyword) @keyword
[
"{"
"}"
"["
"]"
] @punctuation.bracket
":" @punctuation.delimiter
(key) @type
[
(value)
(array_value)
] @string
(ERROR) @error