Closed rhdunn closed 8 years ago
Given:
try { () } catch ($ex) { () }
the catch statement is highlighted as an identifier, not as a keyword.
catch
Just to add more context: it only happens when typing in everything by hand. When pasted or re-opened - works fine. Related to YYINITIAL state and re-lexing/re-parsing.
Given:
the
catch
statement is highlighted as an identifier, not as a keyword.