-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtree-sitter.json
37 lines (37 loc) · 905 Bytes
/
tree-sitter.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
37
{
"grammars": [
{
"name": "arduino",
"scope": "source.arduino",
"path": ".",
"file-types": [
"ino"
],
"highlights": [
"node_modules/tree-sitter-c/queries/highlights.scm",
"node_modules/tree-sitter-cpp/queries/highlights.scm",
"queries/highlights.scm"
],
"tags": [
"node_modules/tree-sitter-c/queries/tags.scm",
"node_modules/tree-sitter-cpp/queries/tags.scm",
"queries/tags.scm"
]
}
],
"metadata": {
"version": "0.24.0",
"license": "MIT",
"description": "Arduino grammar for tree-sitter",
"authors": [
{
"name": "ObserverOfTime",
"email": "[email protected]",
"url": "https://observeroftime.github.io/"
}
],
"links": {
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-arduino"
}
}
}