Closed
Description
Name of the lexer
Kotlin
Code sample
fun foo(supersedingStuff: List<String>): List<String> {
return supersedingStuff.map { it }
}
The super
is being highlighted both in the parameters list as well as in the function body referencing the variable. Noticed in private gitlab.com repository. GitLab uses Rouge as per this documentation.