summaryrefslogtreecommitdiff
path: root/pygments/lexers/int_fiction.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-3/+3
|
* More fixes thanks to regexlint.Georg Brandl2014-10-161-2/+2
|
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-16/+27
|
* Curly brace escaping, round 2.Tim Hatch2014-10-151-14/+14
| | | | | | | These were all pointed out by regexlint but required manual effort to track down (indicator.py was confused by most of them being produced by expressions). Also comment out some iffy comment patterns.
* Curly brace escaping, round 1.Tim Hatch2014-10-151-1/+1
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-151-12/+12
| | | | regexes
* Add a lexer for TADS 3David Corbett2014-10-081-1/+608
|
* inform -> int_fiction; will get TADS 3 soonGeorg Brandl2014-09-201-0/+724