summaryrefslogtreecommitdiff
path: root/tests/test_java.py
Commit message (Collapse)AuthorAgeFilesLines
* 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