Closed nicolasstucki closed 2 years ago
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.
end
try
end if
In this case, the
end
andtry
should be highlighted as keywords. As it is done forend if
.