Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@charlespascoe charlespascoe released this 31 Dec 18:57
· 34 commits to main since this release
v0.2.0

Changed

  • Significantly refactor and improve syntax code, including replacing various "hacks" with better solutions
    • It now only looks for expressions and statements where they are expected to be; please open an issue if certain syntax elements aren't highlighted correctly.
  • Make the syntax sync behaviour more consistent
  • Various small performance improvements

Removed

  • Removed generics in interface methods (I'm not sure why I added these in the first place)

Fixed

  • Fix slice of pointer types not highlighting user-defined types correctly
  • Fix incorrect highlighting of identifiers after case statements in normal switch statements nested inside type switch statements