summaryrefslogtreecommitdiff
path: root/tests/test_java.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Improve numeric literal support in Java lexerAlden Rogers2016-01-101-1/+37
| | | | | | | Previously unsupported literals (binary, octal, hex floats) are now recognized, and all regexes better match the Java Language Specification (especially concerning underscores, suffixes, and the many ways to write decimal floats).
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Fix highlighting of Java enhanced for loops.Tim Hatch2014-10-071-0/+42
Fixes #965