fwcd / kotlin-language-server

Kotlin code completion, diagnostics and more for any editor/IDE using the Language Server Protocol
MIT License
1.62k stars 203 forks source link

Support functional interfaces in Kotlin Textmate grammar #512

Closed ks-korovina closed 11 months ago

ks-korovina commented 11 months ago

Slightly improve syntax highlighting of functional interfaces (see the fun? interface branch in the classDeclaration rule).

Before: before

After: after

fwcd commented 11 months ago

Thank you!