Bruno BELANYI
2b2a75af43
All checks were successful
continuous-integration/drone/push Build is passing
With the extensions now integrated, and most queries being in a state fit to start testing them, this is good enough for a first release.
30 lines
505 B
JSON
30 lines
505 B
JSON
{
|
|
"name": "tree-sitter-tiger",
|
|
"version": "0.1.0",
|
|
"description": "tiger 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.tiger",
|
|
"file-types": [
|
|
"tig",
|
|
"tih"
|
|
],
|
|
"injection-regex": "tiger"
|
|
}
|
|
]
|
|
}
|