mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-03-22 00:36:24 +00:00
41 lines
872 B
JSON
41 lines
872 B
JSON
{
|
|
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
|
|
"grammars": [
|
|
{
|
|
"name": "bruno",
|
|
"camelcase": "Bruno",
|
|
"title": "Bruno",
|
|
"scope": "source.bruno",
|
|
"highlights": "queries/highlights.scm",
|
|
"file-types": [
|
|
"bru"
|
|
],
|
|
"injection-regex": "^bruno$",
|
|
"class-name": "TreeSitterBruno"
|
|
}
|
|
],
|
|
"metadata": {
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"description": "Bruno grammar for tree-sitter",
|
|
"authors": [
|
|
{
|
|
"name": "Kristofers Solo",
|
|
"email": "dev@kristofers.xyz"
|
|
}
|
|
],
|
|
"links": {
|
|
"repository": "https://codeberg.org/kristoferssolo/tree-sitter-bruno"
|
|
}
|
|
},
|
|
"bindings": {
|
|
"c": true,
|
|
"go": true,
|
|
"node": true,
|
|
"python": true,
|
|
"rust": true,
|
|
"swift": true,
|
|
"zig": false
|
|
}
|
|
}
|