Highlights
Highlights copied to clipboard
Kotlin Multiplatform (KMM) syntax highlighting engine
In kotlin, `?`, `!!`, `!`, `_` should be highlighted as punctuation, but they use `code` color right now. I can't unfortunately search for what marks are missing in other languages,...
Many themes, including OneDark proposed in #33 contain highlighting of variables. We can find variables by assignment, `val` or other keyword preceding the declaration, or lack of braces after usage.
You can reproduce the issue here: https://opensource.respawn.pro/FlowMVI/sample/ (Decompose integration item) What's interesting, it seems that if the comment is not indented, then the bug does not occur. This started happening...
We are affected by https://github.com/JetBrains/compose-multiplatform/issues/4277 because this lib depends on old compose version. Please make an update with CMP 1.7
I want to start off saying that this is a really cool and interesting project and I think a KMP based syntax highlighter is an awesome idea! I am excited...