normalize-languages 0.3.1

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

Java fixture file for `.scm` query tests.

- `sample.java` — defines a `TaskQueue` class with `enqueue`/`dequeue`/`size`/`classify` methods, and a `Processor` interface; imports `java.util.ArrayList`, `java.util.List`, and `java.util.Map`.