You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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