nishtahir / language-kotlin

Textmate language grammar for the Kotlin programming language
Apache License 2.0
12 stars 6 forks source link

`($)` inside inline docs breaks highlighting of entire file #2

Closed vlad20012 closed 5 years ago

vlad20012 commented 5 years ago
private data class Foo(
    /**
     * ```
     * ($)
     * ```
     */
    val variables: Map<String, String>
)

On github it occurs here

nishtahir commented 5 years ago

Looks like this is addressed in #3