Tree-sitter HoloScript
Tree-sitter grammar for HoloScript with native and WASM-oriented editor use cases.
Overview
tree-sitter-holoscript provides grammar support for syntax-aware tooling such as editors, highlighting, structural parsing, and code navigation.
Installation
bash
npm install tree-sitter-holoscriptUse When
- You are building editor tooling.
- You need syntax-aware parsing independent of the main compiler stack.
- You want robust highlighting and structural selection support.
Key Capabilities
- Tree-sitter grammar for editor and parsing workflows.
- Useful for syntax highlighting and structural editing.
- Complements the standalone parser and language-server packages.