File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.7.0
4+ - Support HEEx expressions ` {...} ` within the body of a tag, thanks @kevinschweikert and @jonatanklosko !
5+ - Support NEEx template highlighting, thanks @bcardarella !
6+ - Separate ending expressions from beginning/middle expressions, thanks @the-mikedavis and @dvic !
7+ - Enable query constants for Rust projects, thanks @knoebber !
8+ - Documentation fixes, thanks @the-mikedavis !
9+ - Remove unnecessary conflicts from grammar, thanks @amaanq !
10+ - Dependency updates, thanks @SomeoneToIgnore !
11+ - Add MIT license
12+
313## 0.6.0
414- Support ` :if ` HEEx special attributes on tags, components, and slots
515- Upgrade to tree-sitter-cli 0.20.7
Original file line number Diff line number Diff line change 11{
22 "name" : " tree-sitter-heex" ,
3- "version" : " 0.6 .0" ,
3+ "version" : " 0.7 .0" ,
44 "description" : " Tree-sitter grammar for HEEx files" ,
55 "main" : " bindings/node" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments