nishtahir / language-kotlin

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

Comments in function parameters are not scoped correctly #23

Closed nishtahir closed 4 years ago

nishtahir commented 4 years ago

Originally reported here

fun setNodeIpAddress(
  @Param("str") value: String,
  @Param("str") value: String,
  // @Param("str) value: String,
  @Param("str") value: String,
)

Looks like comments inside functions aren't being scoped correctly