-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtree-sitter.json
More file actions
49 lines (49 loc) · 1.15 KB
/
Copy pathtree-sitter.json
File metadata and controls
49 lines (49 loc) · 1.15 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"grammars": [
{
"name": "glimmer-javascript",
"camelcase": "GlimmerJavascript",
"scope": "source.gjs",
"path": "./",
"file-types": [
"gjs",
"javascript.glimmer"
],
"highlights": [
"queries/highlights.scm",
"node_modules/tree-sitter-javascript/queries/highlights.scm"
],
"injections": "node_modules/tree-sitter-javascript/queries/injections.scm",
"locals": [
"queries/locals.scm",
"node_modules/tree-sitter-javascript/queries/locals.scm"
],
"tags": [
"queries/tags.scm",
"node_modules/tree-sitter-javascript/queries/tags.scm"
],
"injection-regex": "^(gjs|glimmer-js)$"
}
],
"metadata": {
"version": "0.0.3",
"license": "MIT",
"description": "Glimmer-flavored JavaScript grammar for tree-sitter",
"authors": [
{
"name": "NullVoxPopuli"
}
],
"links": {
"repository": "https://github.com/NullVoxPopuli/tree-sitter-glimmer-javascript"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}