Bump flake inputs
Remove deleted input, update generated files.
This commit is contained in:
parent
16c43068ec
commit
dde576a3c6
9 changed files with 1430 additions and 3974 deletions
30
tree-sitter.json
Normal file
30
tree-sitter.json
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue