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

Support private property identifier in JS lexer #2076

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

tancnle
Copy link
Collaborator

@tancnle tancnle commented Sep 25, 2024

This adds support to highlight private property identifier in JS lexer.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes/Private_properties

Before After
Screenshot 2024-09-25 at 10 46 45 PM Screenshot 2024-09-25 at 10 46 17 PM

@tancnle tancnle added this pull request to the merge queue Sep 26, 2024
Merged via the queue into rouge-ruby:master with commit aafee29 Sep 26, 2024
8 checks passed
@tancnle tancnle deleted the fix-private-identifier-js branch September 26, 2024 04:47
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

Successfully merging this pull request may close these issues.

1 participant