Crates.io | tree-sitter-heex |
lib.rs | tree-sitter-heex |
version | 0.8.1 |
created_at | 2025-01-15 16:34:43.381625+00 |
updated_at | 2025-01-29 19:17:08.677137+00 |
description | heex grammar for the tree-sitter parsing library |
homepage | |
repository | https://github.com/phoenixframework/tree-sitter-heex |
max_upload_size | |
id | 1517686 |
size | 171,445 |
Tree-sitter grammar and parser for HEEx, the HTML-aware and component-friendly extension of EEx for Phoenix.
For EEx support, see tree-sitter-eex. For Surface support, see tree-sitter-surface.
See Creating Parsers for more information.
git clone https://github.com/phoenixframework/tree-sitter-heex.git
cd tree-sitter-heex
asdf install
npm install
npm test
npm run format
npm run update_test
npm run playground
See Using Parsers for more information.