Skip to content

Version 0.2.1

Compare
Choose a tag to compare
@charlespascoe charlespascoe released this 01 Jan 14:20
· 30 commits to main since this release
v0.2.1

Changed

  • Generate comments are now contained correctly

Fixed

  • Generic parentheses, brackets, and braces are no longer contained thus allowing them to match at the top-level, fixing some odd highlighting issues
  • Fixed make() of slice not highlighting other arguments correctly
  • Fixed make() of slice of functions not highlighting multi-value returns correctly
  • Fixed slice literals whose item type is a function with a return type
  • Fixed nested slice literals
  • Fixed comments in certain places where expressions are expected (e.g. function arguments)