Bump flake inputs

Remove deleted input, update generated files.
This commit is contained in:
Bruno BELANYI 2024-12-23 23:31:23 -05:00
parent 16c43068ec
commit dde576a3c6
9 changed files with 1430 additions and 3974 deletions

30
tree-sitter.json Normal file
View file

@ -0,0 +1,30 @@
{
"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
}
}