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

(Java) Java 17 sealed keywords not implemented #3346

Closed
thiccaxe opened this issue Oct 2, 2021 · 3 comments · Fixed by #3386
Closed

(Java) Java 17 sealed keywords not implemented #3346

thiccaxe opened this issue Oct 2, 2021 · 3 comments · Fixed by #3386
Labels
bug help welcome Could use help from community parser

Comments

@thiccaxe
Copy link

thiccaxe commented Oct 2, 2021

With the release of Java 17 being an LTS, it seems proper to support the new sealed keyword.
However, the new non-sealed keyword brings some issues, that while I have attempted to fix, seem best suited for someone more familiar with the highlightjs library.

Sample Code or Instructions to Reproduce
sample js fiddle

Expected behavior
the sealed keyword should be highlighted, and as more hyphenated keywords may come to java in the future, some structure
may be useful for non-sealed and the like.

@thiccaxe thiccaxe added bug help welcome Could use help from community parser labels Oct 2, 2021
@joshgoebel
Copy link
Member

I think what you have already can be converted into a workable PR.

@joshgoebel
Copy link
Member

Ping.

1 similar comment
@joshgoebel
Copy link
Member

Ping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug help welcome Could use help from community parser
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants