-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 876 Bytes
/
package.json
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
34
35
36
{
"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/vala-lang/tree-sitter-vala.git"
},
"keywords": [
"tree-sitter",
"vala"
],
"author": "Princeton Ferro",
"license": "LGPL-2.1-only",
"bugs": {
"url": "https://github.com/vala-lang/tree-sitter-vala/issues"
},
"homepage": "https://github.com/vala-lang/tree-sitter-vala#readme",
"tree-sitter": [
{
"scope": "source.vala",
"file-types": [
"vala",
"vapi"
],
"highlights": ["queries/highlights.scm"],
"locals": ["queries/locals.scm"],
"first-line-regex": "#!.*\\bvala$",
"injection-regex": "^vala$"
}
]
}