mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-03-22 00:36:24 +00:00
feat(queries): add embedded language injections for Bruno blocks
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
"camelcase": "Bruno",
|
||||
"title": "Bruno",
|
||||
"scope": "source.bruno",
|
||||
"highlights": "queries/highlights.scm",
|
||||
"file-types": [
|
||||
"bru"
|
||||
],
|
||||
"injection-regex": "^bruno$",
|
||||
"class-name": "TreeSitterBruno"
|
||||
"class-name": "TreeSitterBruno",
|
||||
"highlights": "queries/highlights.scm",
|
||||
"injections": "queries/injections.scm"
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
Reference in New Issue
Block a user