-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtree-sitter.json
More file actions
91 lines (91 loc) · 1.59 KB
/
Copy pathtree-sitter.json
File metadata and controls
91 lines (91 loc) · 1.59 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
"grammars": [
{
"name": "gcode",
"camelcase": "Gcode",
"title": "G-code",
"scope": "source.gcode",
"file-types": [
"ply",
"sub",
"gco",
"bfb",
"g",
"tap",
"nc",
"ncd",
"gcode",
"eia",
"tcn",
"fgc",
"gp",
"knc",
"ssb",
"dnc",
"ncf",
"xpi",
"lib",
"min",
"nci",
"fnc",
"spf",
"cnc",
"din",
"g00",
"mmg",
"ecs",
"gcd",
"m",
"mpt",
"ncg",
"ncp",
"sbp",
"anc",
"aptcl",
"mpf",
"hnc",
"ngc",
"prg",
"pim",
"apt",
"001",
"cls",
"fan",
"plt",
"pu1",
"pit",
"rol",
"S",
"gc",
"out"
],
"injection-regex": "^gcode$",
"class-name": "TreeSitterGcode"
}
],
"metadata": {
"version": "0.1.2",
"license": "MIT",
"description": "G-code grammar for tree-sitter",
"authors": [
{
"name": "ChocolateNao",
"email": "andrey12q112@gmail.com",
"url": "https://choconao.me/"
}
],
"links": {
"repository": "https://github.com/ChocolateNao/tree-sitter-gcode.git"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true,
"zig": false
}
}