File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 66
77- Significantly refactor and improve syntax code, including refactoring various
88 "hacks"
9- - Removing these has improved performance
9+ - It now only looks for expressions and statements where they are expected
10+ to be; please open an issue if certain syntax elements aren't highlighted
11+ correctly.
1012- Make the syntax sync behaviour more consistent
11- - Various small performance tweaks
13+ - Various small performance improvements
1214
1315### Removed
1416
15- - Generics in interfaces (I'm not sure why I added these in the first place)
17+ - Removed generics in interface methods (I'm not sure why I added these in the
18+ first place)
1619
17- ## Version 0.1.0 (2022/12/26)
20+ ### Fixed
21+
22+ - Fix issue with slice of pointer type not highlighting user-defined types
23+ correctly
24+
25+ ## Version 0.1.0 - 2022/12/26
1826
1927- First version. This syntax is still being developed and may have breaking
2028 changes.
You can’t perform that action at this time.
0 commit comments