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

Definition syntax highlighting broken for unicode and block definitions #192

Open
carrexxii opened this issue Jan 10, 2025 · 0 comments
Open

Comments

@carrexxii
Copy link

Syntax highlighting doesn't work for indentifiers with unicode and can break definition highlighting.
Block highlighting also only works if (1) the identifier starts with a capital letter and (2) there is more than one character (but no unicode).

The var isn't highlighting correctly because the identifier starts with a unicode character.
let and const, however, do highlight correctly.
Screenshot_2025-01-11_00-49-51

Some generic tests (not affected by var/let/const or similar for proc)
Screenshot_2025-01-11_01-09-52

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

1 participant