You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can be handled the same way async is handled in #603: set to highlighting in the grammar, and semantic highlighting can take care of it when it's used as a variable.
try
is highlighted,catch
isn't.I know
catch
is not a reserved keyword, but i think it should be highlighted when using it in atry/catch
block.In JavaScript,
catch
is highlighted.Can semantic highlighting take care of this?
The text was updated successfully, but these errors were encountered: