You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 structuremay be useful for
non-sealed
and the like.The text was updated successfully, but these errors were encountered: