Releases: tree-sitter-grammars/tree-sitter-odin
Releases · tree-sitter-grammars/tree-sitter-odin
v1.3.0
v1.1.0
1.1.0 (2024-01-26)
Features
- add or_continue and or_break expressions (d314318)
Bug Fixes
- bad indenting in
else
andelse if
blocks (2ed3a06) - commas at the end of a return statement allow for a continuation (7c8e12d)
- parameters with a type annotation can be prefixed with a tag (07f7192)
- remove unnecesary tag in unary ops (78f5fd4)
- tag regex (363c99e)
- variable declarations can be procedures (96a8f1e)