blitz bundles the following third-party source code. All are MIT-compatible.
- Origin: https://github.com/tree-sitter/tree-sitter
- License: MIT (vendored at
third_party/tree-sitter/LICENSE) - Vendored into
third_party/tree-sitter/ - Upstream release: v0.26.9 (recorded in
third_party/tree-sitter/VERSION)
All grammars are MIT-licensed. Each vendored copy preserves the upstream
license file (LICENSE or upstream spelling) and records its source in
grammars/tree-sitter-<lang>/VERSION.
Each grammar directory contains src/parser.c, an optional src/scanner.c,
and src/tree_sitter/*.h (grammar-local parser header + allocator + array
helpers). parser.c tables are large (multi-MB) and not hand-edited.
fasteditby parcadei (https://github.com/parcadei/fastedit, MIT) — deterministic splice algorithm ported, not copied.Aiderby Paul Gauthier et al. (https://github.com/Aider-AI/aider, Apache-2.0) — relative-indent anchor recovery pattern.