summaryrefslogtreecommitdiff
path: root/pygments/lexers/dsls.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Remove duplicates from data passed to words()Tim Hatch2014-11-061-2/+2
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-10/+10
|
* Protobuf: be conciliatory after keywords, they might be used as identifiersGeorg Brandl2014-11-061-4/+7
|
* Protobuf lexer: allow single-quoted strings.Georg Brandl2014-11-061-1/+2
|
* Update BroLexer hex constant.Tim Hatch2014-10-211-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 Brandl2014-10-151-2/+2
| | | | regexes
* Closes #892: fix overzealous analyse_text of the SourcesListLexer.Georg Brandl2014-10-081-2/+0
| | | | Also remove any "default" return from analyse_text methods.
* Closes #1003: fix highlighting of inf/nan in ProtoBufLexer.Georg Brandl2014-10-071-1/+1
|
* Use words() in puppet lexer.Georg Brandl2014-09-201-18/+24
|
* split up web lexersGeorg Brandl2014-09-191-43/+2
|
* split up text lexersGeorg Brandl2014-09-191-2/+43
|
* reorganization of other.py, part 3/3Georg Brandl2014-09-191-2/+67
|
* reorganization of other.py, part 2Georg Brandl2014-09-191-0/+441