Highlights icon indicating copy to clipboard operation
Highlights copied to clipboard

Kotlin Multiplatform (KMM) syntax highlighting engine

Results 4 Highlights issues
Sort by recently updated
recently updated
newest added

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.