Skip to content

Releases: koja-lang/zed-koja

v0.5.0

Choose a tag to compare

@hpopp hpopp released this 25 Aug 14:23
7bee8c2

Added

  • Highlighting for named function references (&name/arity).

Changed

  • Updated to tree-sitter-koja 0.5.0, adding named function references and default parameter values on functions and protocol methods.

v0.4.0

Choose a tag to compare

@hpopp hpopp released this 09 Aug 18:13
3059b51

Added

  • Highlighting, outline entries, and bracket matching for builtin declarations.

Changed

  • Updated to tree-sitter-koja 0.4.0, adding conformance headers on struct and enum declarations and the builtin declaration kind.

v0.3.0

Choose a tag to compare

@hpopp hpopp released this 04 Aug 01:48
726e5db

Added

  • Highlighting for the error channel keywords try, fail, and rescue and the ! separator in ! E signatures.

Changed

  • Updated to tree-sitter-koja 0.3.0, adding anonymous tuples, nested type declarations, and error channel parsing.

v0.2.0

Choose a tag to compare

@hpopp hpopp released this 11 Jul 00:04
a375cc5

Changed

  • Updated to tree-sitter-koja 0.2.0, adding support for priv on struct, enum, const, type, and protocol declarations, leading and/or line continuations, and dotted nested-type names.

Fixed

  • Comments are now highlighted.
  • The outline panel shows the priv modifier on private declarations.

v0.1.0

Choose a tag to compare

@hpopp hpopp released this 27 Jun 15:00
7655df1

Initial release.