scala / vscode-scala-syntax

Visual Studio Code extension for syntax highlighting Scala sources
https://marketplace.visualstudio.com/items?itemName=scala-lang.scala
MIT License
76 stars 35 forks source link

Missing highlight for `end try` #231

Closed nicolasstucki closed 2 years ago

nicolasstucki commented 2 years ago
try f
catch case _: Exception =>
end try

try f
finally g
end try

Screenshot 2022-04-20 at 11 49 29

In this case, the end and try should be highlighted as keywords. As it is done for end if.