Commit 6bb4cb0
committed
feat: bump
lua to be tree-sitter 0.22.6 compatible.1 parent 653e2f5 commit 6bb4cb0
File tree
8 files changed
+4
-4
lines changed- lang
- lua
- test/ok
- semgrep-grammars/src
8 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
File renamed without changes.
File renamed without changes.
Submodule tree-sitter-lua updated 37 files
- .editorconfig-1
- .gitattributes+6
- .github/workflows/ci.yml+22
- .gitignore+9-10
- .prettierignore+5
- .prettierrc.toml+1
- .travis.yml-32
- .vscode/extensions.json+3
- .vscode/settings.json+4
- .vscode/tree-sitter.code-snippets+86
- Cargo.toml+30
- LICENSE.txt+2-2
- README.md+11-5
- appveyor.yml-28
- binding.gyp+2-2
- bindings/node/binding.cc
- bindings/node/index.js+19
- bindings/rust/README.md+42
- bindings/rust/build.rs+32
- bindings/rust/lib.rs+27
- docs/extended_bnf.md+83-64
- grammar.js+352-399
- index.js-13
- package-lock.json-2.0k
- package.json+9-19
- src/grammar.json+1.8k-1.5k
- src/node-types.json+897-1.9k
- src/parser.c+8.7k-39.6k
- src/scanner.c+309
- src/scanner.cc-229
- src/tree_sitter/parser.h+73-87
- test/corpus/comments.txt+22-24
- test/corpus/expressions.txt+641-73
- test/corpus/functions.txt-107
- test/corpus/primitives.txt-69
- test/corpus/shebang.txt+10
- test/corpus/statements.txt+730-191
0 commit comments