mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-03-22 00:36:24 +00:00
Initial commit
This commit is contained in:
18
queries/highlights.scm
Normal file
18
queries/highlights.scm
Normal file
@@ -0,0 +1,18 @@
|
||||
(keyword) @keyword
|
||||
|
||||
[
|
||||
"{"
|
||||
"}"
|
||||
"["
|
||||
"]"
|
||||
] @punctuation.bracket
|
||||
":" @punctuation.delimiter
|
||||
|
||||
|
||||
(key) @type
|
||||
[
|
||||
(value)
|
||||
(array_value)
|
||||
] @string
|
||||
|
||||
(ERROR) @error
|
||||
Reference in New Issue
Block a user