arborium-tree-sitter 2.6.0

Rust bindings to the Tree-sitter parsing library (vendored for arborium WASM support)
Documentation

arborium-tree-sitter

Vendored tree-sitter Rust bindings for arborium.

Purpose

This is a fork of the official tree-sitter crate, modified for arborium's needs:

  • Custom build configuration for WASM targets
  • Compatibility patches for the arborium plugin system
  • Pinned version to ensure consistent behavior across all grammar crates

Most users should use the main arborium crate instead of depending on this directly.

Part of the arborium project. See arborium.dev for more information.