Skip to content

Releases: tree-sitter-grammars/tree-sitter-odin

v1.1.0

26 Jan 17:36
Compare
Choose a tag to compare

1.1.0 (2024-01-26)

Features

  • add or_continue and or_break expressions (d314318)

Bug Fixes

  • bad indenting in else and else 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)

v1.0.1

01 Nov 22:21
Compare
Choose a tag to compare

1.0.1 (2023-11-01)

Bug Fixes

  • parsing of separators when blocks are after some newlines (08f685e)

v1.0.0

13 May 06:31
2c54ed1
Compare
Choose a tag to compare

1.0.0 (2023-05-13)

Features