tree-sitter-bp/tree-sitter.json
Bruno BELANYI 9f5e6b0141 Bump flake inputs
Remove deleted input, update generated files.
2025-03-12 21:23:50 +00:00

30 lines
542 B
JSON

{
"grammars": [
{
"name": "bp",
"camelcase": "Bp",
"scope": "source.bp",
"path": ".",
"file-types": [
"bp"
],
"injection-regex": "^bp$"
}
],
"metadata": {
"version": "0.5.0",
"license": "MIT",
"description": "Blueprint grammar for tree-sitter",
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-bp"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}