Age | Commit message (Collapse) | Author |
|
backtracking (#463)
|
|
|
|
objects. (#385)
* Added pattern for java constants.
* Added regex pattern for java constants in language_java.
* Updated constants pattern.
* Fixed class name pattern and tidied up some things.
* Fixed redundant pattern.
* Updated single-line comment pattern.
* Bumped language_java version.
* Updated some patterns.
* Updated class name for object instance syntax.
* Removed limit on number of spaces before/after the = .
* Fixed previous commit.
|
|
|
|
|
|
|
|
taken from https://docs.oracle.com/javase/specs/jls/se16/html/jls-3.html#jls-3.9
(e.g. `then` is not a keyword in Java)
I also added the context restricted keywords `var`, `record` etc. to the list;
see https://en.wikipedia.org/wiki/List_of_Java_keywords
|
|
|
|
|
|
|
|
|
|
As title says. Patterns part is based on C# language lua file
|