Skip to content

v1.3.0

Compare
Choose a tag to compare
@eirik-kjonstad eirik-kjonstad released this 21 Apr 20:50
· 16 commits to main since this release
f6a689b

Changelog

  • Fixed a bug where incomplete use statements, such as use , would lead to incorrect color highlighting on subsequent lines of code. This should improve the typing experience as one writes a module import statement such as use myModule.
  • The import keyword used in interfaces is recognized as a control keyword.