strop-syntax 0.25.0

strop syntax: statically-linked tree-sitter highlighting, curated language registry
Documentation

strop-syntax: tree-sitter highlighting. Parsers statically linked (0002 §2.2 — never dlopen'd grammars); queries are data (0001 §5.11), embedded defaults now, runtime overrides when config lands (0005).

The whole pipeline is rope-backed: parsing walks rope chunks, and query predicates (#eq?/#match?/…) read node text through a [tree_sitter::TextProvider] over the same chunks — no full-text String is materialized on any input or render path, and language detection never touches the filesystem.