Closed fredrik-bakke closed 7 months ago
I wonder if it makes sense to fix this (and #10) or wait for the proper semantic highlighting.
Understandable. Would you mind publishing the current version then? I would personally benefit from having parentheses rainbow-highlighted and the proper keybinding for commenting code at the very least 😅
Absolutely, release is on the way!
Should be fixed with semantic highlighting now (works on my machine).
In the following two equivalent definitions, one has
∑
highlighted asvariable.parameter.rzk
while the other has it highlighted asentity.name.type.rzk
.Presumably, the highlighter matches the opening parenthesis and thinks it's matching a parameter declaration
(x : A)
or something like this. If this is the case, then the issue can be resolved for one-liners with a recursive pattern.