Skip to content

Commit 8ea7f30

Browse files
committed
changelog.md: Add more notes on changes
1 parent cf2eb94 commit 8ea7f30

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

changelog.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,23 @@
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.

0 commit comments

Comments
 (0)