Releases: phoenixframework/tree-sitter-heex
Releases · phoenixframework/tree-sitter-heex
v0.7.0
- Support HEEx expressions
{...}
within the body of a tag, thanks @kevinschweikert and @jonatanklosko! - Support NEEx template highlighting, thanks @bcardarella!
- Separate ending expressions from beginning/middle expressions, thanks @the-mikedavis and @dvic!
- Enable query constants for Rust projects, thanks @knoebber!
- Documentation fixes, thanks @the-mikedavis!
- Remove unnecessary conflicts from grammar, thanks @amaanq!
- Dependency updates, thanks @SomeoneToIgnore!
- Add MIT license
v0.6.0
v0.5.0
v0.4.1
v0.4.0
v0.3.1
v0.3.0
- Add highlight queries, thanks @the-mikedavis!
- Add injection queries, thanks @the-mikedavis!
- Add
partial_expression_value
node to support multi-clause directives, thanks @the-mikedavis! - Add support for multi-line EEx comments, thanks @the-mikedavis!
- Add support for HTML comments, thanks @the-mikedavis!
v0.2.1
Bugfix: allow brackets in expression_value
nodes, thanks @the-mikedavis!