normalize-languages 0.3.2

Tree-sitter language support and dynamic grammar loading
Documentation
1
2
3
4
5
# fixtures/zig

Zig fixture file for `.scm` query tests.

- `sample.zig` — defines a `Point` struct with `distance` and `origin` methods, a `classify` function with if/else branching, `sumSlice` with a for loop, `fibonacci` with a while loop, and a `main` entry point; imports `std` and `math_utils.zig`.