Add Zig grammar
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 11:42:13 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-22 11:42:13 +0100 |
| Commit | a218a52d3627974aa106463670f2ce4bed7555fd (patch) |
|
-rw-r--r-- |
Makefile | 3 | |
-rw-r--r-- |
main.c | 10 | |
-rw-r--r-- |
queries/zig.h | 17 | |
-rw-r--r-- |
queries/zig.scm | 6 | |
-rw-r--r-- |
tests.sh | 7 | |
-rw-r--r-- |
tests/test.zig | 28 | |
-rw-r--r-- |
vendor/tree-sitter-zig/LICENSE | 21 | |
-rw-r--r-- |
vendor/tree-sitter-zig/Makefile | 109 | |
-rw-r--r-- |
vendor/tree-sitter-zig/src/grammar.json | 6570 | |
-rw-r--r-- |
vendor/tree-sitter-zig/src/node-types.json | 3178 | |
-rw-r--r-- |
vendor/tree-sitter-zig/src/parser.c | 169829 | |
-rw-r--r-- |
vendor/tree-sitter-zig/src/tree_sitter/alloc.h | 54 | |
-rw-r--r-- |
vendor/tree-sitter-zig/src/tree_sitter/array.h | 291 | |
-rw-r--r-- |
vendor/tree-sitter-zig/src/tree_sitter/parser.h | 266 |
14 files changed, 180387 insertions, 2 deletions
Commit too large to display