mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-03-22 00:36:24 +00:00
fix(queries): register highlights and remove invalid node capture
This commit is contained in:
8
queries/highlights.scm
Normal file
8
queries/highlights.scm
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
(keyword) @keyword
|
||||||
|
|
||||||
|
(key) @property
|
||||||
|
(assert_key) @property
|
||||||
|
|
||||||
|
(quoted_value) @string
|
||||||
|
(template_value) @variable.special
|
||||||
|
(bare_value) @string.unquoted
|
||||||
@@ -6,6 +6,7 @@
|
|||||||
"camelcase": "Bruno",
|
"camelcase": "Bruno",
|
||||||
"title": "Bruno",
|
"title": "Bruno",
|
||||||
"scope": "source.bruno",
|
"scope": "source.bruno",
|
||||||
|
"highlights": "queries/highlights.scm",
|
||||||
"file-types": [
|
"file-types": [
|
||||||
"bru"
|
"bru"
|
||||||
],
|
],
|
||||||
@@ -37,4 +38,3 @@
|
|||||||
"zig": false
|
"zig": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user