tree-sitter-bp/tree-sitter.json
Bruno BELANYI bb0d5d6a40
All checks were successful
ci/woodpecker/push/check Pipeline was successful
ci/woodpecker/tag/check Pipeline was successful
Release 0.6.0
2025-03-12 21:24:44 +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.6.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
}
}