Releases: elixir-lang/tree-sitter-elixir
Releases ยท elixir-lang/tree-sitter-elixir
v0.3.3
Changed
- The parser now accepts anonymous functions with no clauses (#78)
- Moved parser information to tree-sitter.json (#79)
v0.3.2
Added
- Support for ~LVN sigils (LiveView Native templates) in the built-in injections (#75)
v0.3.1
Changed
- Changed highlight queries to distinguish field access from calls (#73)
v0.3.0
Changed
- The Rust crate to depend on tree-sitter-language rather than tree-sitter (#70)
v0.2.0
Changed
- Required tree-sitter version to 0.21+ (#66)
v0.1.1
Changed
- Rewritten the custom scanner code in C (#56)
Fixed
- Parsing empty interpolation (#55)
- Fixed the repository URL in the Rust crate (#57)