Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'catch' is not highlighted as a keyword in ML8 XQuery #178

Closed
rhdunn opened this issue Feb 4, 2016 · 1 comment
Closed

'catch' is not highlighted as a keyword in ML8 XQuery #178

rhdunn opened this issue Feb 4, 2016 · 1 comment
Labels

Comments

@rhdunn
Copy link

rhdunn commented Feb 4, 2016

Given:

try {
    ()
} catch ($ex) {
    ()
}

the catch statement is highlighted as an identifier, not as a keyword.

@ligasgr
Copy link
Owner

ligasgr commented Feb 6, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants