@arrow-js/highlight
v1.0.0
Published
ArrowJS-specific syntax highlighting helpers for embedded html template literals.
Downloads
127
Readme
@arrow-js/highlight

ArrowJS is a tiny, type-safe reactive UI runtime built around JavaScript modules, template literals, and the DOM.
Docs · API Reference · Playground
What this package does
@arrow-js/highlight provides syntax-highlighting helpers for Arrow template literals.
It includes:
- tokenization for HTML inside
html\...`andt`...`` templates - shared token metadata for editor and docs integrations
- DOM decorators for highlighted code blocks
Use it when you are building editor tooling, docs, playgrounds, or other Arrow-aware code presentation tools.
Install
pnpm add @arrow-js/highlight