```scala try f catch case _: Exception => end try try f finally g end try ```  In this case, the `end` and `try` should be highlighted as keywords. As it is done for `end if`.