Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -3/+3 |
| | |||||
* | More fixes thanks to regexlint. | Georg Brandl | 2014-10-16 | 1 | -2/+2 |
| | |||||
* | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 1 | -16/+27 |
| | |||||
* | Curly brace escaping, round 2. | Tim Hatch | 2014-10-15 | 1 | -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 Hatch | 2014-10-15 | 1 | -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 Brandl | 2014-10-15 | 1 | -12/+12 |
| | | | | regexes | ||||
* | Add a lexer for TADS 3 | David Corbett | 2014-10-08 | 1 | -1/+608 |
| | |||||
* | inform -> int_fiction; will get TADS 3 soon | Georg Brandl | 2014-09-20 | 1 | -0/+724 |