summaryrefslogtreecommitdiff
path: root/test/scanners/python/pygments.in.py
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-25595/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* New: *Python Scanner* (feature #41)murphy2009-04-141-0/+25595
* Based on pygment's implementation. * The goal is to highlight both Python 2 and 3. ** print and exec will need special treatment. * Still needs work; see TODOs in the code. * Example files: PLEAC, pygments. ** The pygments.unistring code has very long lines which bother TextMate, so I put this one in a separate file. * Rating: 1 / 5 stars, "Poor support", because of problems with numeric literals. * Added .py, .pyw and .py3 to FileType. Else: * Sorted lines in FileType::TypeFromExt.