Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Remove duplicates from data passed to words() | Tim Hatch | 2014-11-06 | 1 | -2/+2 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -10/+10 |
| | |||||
* | Protobuf: be conciliatory after keywords, they might be used as identifiers | Georg Brandl | 2014-11-06 | 1 | -4/+7 |
| | |||||
* | Protobuf lexer: allow single-quoted strings. | Georg Brandl | 2014-11-06 | 1 | -1/+2 |
| | |||||
* | Update BroLexer hex constant. | Tim Hatch | 2014-10-21 | 1 | -1/+1 |
| | | | | | From reading later use, I assume this was meant to match a single character. Removes some double-repetitions from patterns. | ||||
* | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -2/+2 |
| | | | | regexes | ||||
* | Closes #892: fix overzealous analyse_text of the SourcesListLexer. | Georg Brandl | 2014-10-08 | 1 | -2/+0 |
| | | | | Also remove any "default" return from analyse_text methods. | ||||
* | Closes #1003: fix highlighting of inf/nan in ProtoBufLexer. | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Use words() in puppet lexer. | Georg Brandl | 2014-09-20 | 1 | -18/+24 |
| | |||||
* | split up web lexers | Georg Brandl | 2014-09-19 | 1 | -43/+2 |
| | |||||
* | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -2/+43 |
| | |||||
* | reorganization of other.py, part 3/3 | Georg Brandl | 2014-09-19 | 1 | -2/+67 |
| | |||||
* | reorganization of other.py, part 2 | Georg Brandl | 2014-09-19 | 1 | -0/+441 |