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

KDoc @constructor and @property are not highlighted. #481

Closed a-stewart closed 1 year ago

a-stewart commented 1 year ago

There are several tags which are supported by kdoc, according to https://kotlinlang.org/docs/kotlin-doc.html#block-tags.

Some of these don't seem to be handled by the grammar.

image