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

Missing debugger keyword #164

Closed
UwUnyaa opened this issue May 6, 2022 · 1 comment
Closed

Missing debugger keyword #164

UwUnyaa opened this issue May 6, 2022 · 1 comment

Comments

@UwUnyaa
Copy link

UwUnyaa commented May 6, 2022

I've just looked at the source of this mode, since the lack of highlighting for debugger has been bugging me every time I wrote it to add a breakpoint. It seems like the issue is down to not having the keyword listed.

For context, the debugger keyword is reserved, and here's the relevant section in the ECMA-262 spec: https://262.ecma-international.org/12.0/#sec-keywords-and-reserved-words

@josteink
Copy link
Member

josteink commented May 6, 2022

Thanks for the feedback. Fixed now :)

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

No branches or pull requests

2 participants