-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
highlightingAffects syntax highlightingAffects syntax highlighting
Description
Currently the syntax generation code only works on Java 8 (and below) as the latest JDK versions no longer contain some classes we used for reflection.
These missing classes are:
java.util.regex.Pattern$CharPropertyNames
java.util.regex.UnicodeProp
To fix this the reflection code needs replacing as there are no straightforward replacements for these classes.
I have already done some work on building the new reflection code.
Metadata
Metadata
Assignees
Labels
highlightingAffects syntax highlightingAffects syntax highlighting