Skip to content

Commit 9380fa1

Browse files
committed
chore: regenerate parser and bindings with 0.26.6
1 parent e40f5b6 commit 9380fa1

File tree

3 files changed

+126
-76
lines changed

3 files changed

+126
-76
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/tree_sitter/array.h

Lines changed: 110 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tree-sitter.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
2+
"$schema": "https://tree-sitter.github.io/tree-sitter/assets/schemas/config.schema.json",
23
"grammars": [
34
{
45
"name": "lua",
5-
"path": ".",
66
"scope": "source.lua",
7+
"path": ".",
78
"file-types": [
89
"lua"
910
],
10-
"injection-regex": "^lua$",
1111
"highlights": "queries/highlights.scm",
1212
"injections": "queries/injections.scm",
1313
"locals": "queries/locals.scm",
14-
"tags": "queries/tags.scm"
14+
"tags": "queries/tags.scm",
15+
"injection-regex": "^lua$"
1516
}
1617
],
1718
"metadata": {
@@ -27,5 +28,15 @@
2728
"links": {
2829
"repository": "https://github.com/tree-sitter-grammars/tree-sitter-lua"
2930
}
31+
},
32+
"bindings": {
33+
"c": true,
34+
"go": true,
35+
"java": false,
36+
"node": true,
37+
"python": true,
38+
"rust": true,
39+
"swift": true,
40+
"zig": false
3041
}
31-
}
42+
}

0 commit comments

Comments
 (0)