mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
52 lines
991 B
JSON
52 lines
991 B
JSON
{
|
|
"grammars": [
|
|
{
|
|
"name": "bruno",
|
|
"camelcase": "Bruno",
|
|
"scope": "source.bruno",
|
|
"path": ".",
|
|
"file-types": [
|
|
"bru"
|
|
],
|
|
"injection-regex": "^bruno$",
|
|
"highlights": [
|
|
"queries/bruno/highlights.scm"
|
|
],
|
|
"injections": [
|
|
"queries/bruno/injections.scm"
|
|
],
|
|
"tags": [
|
|
"queries/bruno/tags.scm"
|
|
],
|
|
"folds": [
|
|
"queries/bruno/folds.scm"
|
|
],
|
|
"indents": [
|
|
"queries/bruno/folds.scm"
|
|
]
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"description": " Bruno grammar for tree-sitter",
|
|
"authors": [
|
|
{
|
|
"name": "Kristofers Solo",
|
|
"email": "dev@kristofers.xyz"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://github.com/kristoferssolo/tree-sitter-bruno"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": true,
|
|
"node": true,
|
|
"python": true,
|
|
"rust": true,
|
|
"swift": true
|
|
}
|
|
}
|