Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: lezer-parser/java

Tags

1.1.3

Toggle 1.1.3's commit message
Version 1.1.3

### Bug fixes

Allow identifiers to contain non-ASCII chars.

1.1.2

Toggle 1.1.2's commit message
Version 1.1.2

### Bug fixes

Fix incorrect precedences for binary operators.

1.1.1

Toggle 1.1.1's commit message
Version 1.1.1

### Bug fixes

Tag comments and strings as isolating for the purpose of bidirectional text.

1.1.0

Toggle 1.1.0's commit message
Version 1.1.0

### New features

The new `"ClassContent"` top rule allows you to parse only class body declarations.

1.0.4

Toggle 1.0.4's commit message
Version 1.0.4

### Bug fixes

Make the package work with new TS resolution styles.

1.0.3

Toggle 1.0.3's commit message
Version 1.0.3

### Bug fixes

Allow multiple adjacent underscores in number literals.

1.0.2

Toggle 1.0.2's commit message
Version 1.0.2

### Bug fixes

Add missing highlighting tag for the `var` keyword.

1.0.1

Toggle 1.0.1's commit message
Version 1.0.1

### Bug fixes

Fix highlighting information for float literals.

1.0.0

Toggle 1.0.0's commit message
Version 1.0.0

### New features

First stable version.

0.16.0

Toggle 0.16.0's commit message
Version 0.16.0

### Breaking changes

Move to 0.16 serialized parser format.

### Bug fixes

Support triple-quoted textblock literals.

### New features

The parser now includes syntax highlighting information in its node types.