mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
18 lines
159 B
Scheme
18 lines
159 B
Scheme
(keyword) @keyword
|
|
[
|
|
"{"
|
|
"}"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|
|
":" @punctuation.delimiter
|
|
|
|
|
|
(key) @type
|
|
[
|
|
(value)
|
|
(array_value)
|
|
] @string
|
|
|
|
(ERROR) @error
|