Allow identifiers to contain non-ASCII chars.
Fix incorrect precedences for binary operators.
Tag comments and strings as isolating for the purpose of bidirectional text.
The new "ClassContent"
top rule allows you to parse only class body declarations.
Make the package work with new TS resolution styles.
Allow multiple adjacent underscores in number literals.
Add missing highlighting tag for the var
keyword.
Fix highlighting information for float literals.
First stable version.
Move to 0.16 serialized parser format.
Support triple-quoted textblock literals.
The parser now includes syntax highlighting information in its node types.
The module's name changed from lezer-java
to @lezer/java
.
Upgrade to the 0.15.0 lezer interfaces.
The method name in MethodInvocation nodes is now wrapped in a MethodName node.
Fix versions of lezer packages depended on.
Adjust to changed serialized parser format.
Fix lezer depencency versions
Follow change in serialized parser format.
Fix a conflict previously hidden by a bug in the generator.
First numbered release.