-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
-
13
-
14
-
15
-
16
-
17
-
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
-
32
-
33
{
"name": "tree-sitter-vala",
"version": "0.53.1",
"description": "Vala grammar for tree-sitter",
"main": "bindings/node",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Prince781/tree-sitter-vala.git"
},
"keywords": [
"tree-sitter",
"vala"
],
"author": "Princeton Ferro",
"license": "LGPL-2.1-only",
"bugs": {
"url": "https://github.com/Prince781/tree-sitter-vala/issues"
},
"homepage": "https://github.com/Prince781/tree-sitter-vala#readme",
"tree-sitter": [
{
"scope": "source.vala",
"file-types": [
"vala",
"vapi"
],
"first-line-regex": "#!.*\\bvala$"
}
]
}