Bruno BELANYI
ebb642cb14
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This is really just to simplify my life and align with the Vim/NeoVim filetype name.
29 lines
484 B
JSON
29 lines
484 B
JSON
{
|
|
"name": "tree-sitter-bp",
|
|
"version": "0.1.0",
|
|
"description": "Blueprint grammar for tree-sitter",
|
|
"main": "bindings/node",
|
|
"keywords": [
|
|
"parsing",
|
|
"incremental"
|
|
],
|
|
"dependencies": {
|
|
"nan": "^2.12.1"
|
|
},
|
|
"devDependencies": {
|
|
"tree-sitter-cli": "^0.20.6"
|
|
},
|
|
"scripts": {
|
|
"test": "tree-sitter test"
|
|
},
|
|
"tree-sitter": [
|
|
{
|
|
"scope": "source.bp",
|
|
"file-types": [
|
|
"bp"
|
|
],
|
|
"injection-regex": "bp"
|
|
}
|
|
]
|
|
}
|