summaryrefslogtreecommitdiff
path: root/pygments/lexers/dsls.py
Commit message (Expand)AuthorAgeFilesLines
* Merge heads.Georg Brandl2018-11-281-2/+2
|\
| * Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-2/+2
* | Handle regex syntax FutureWarnings.Georg Brandl2018-11-281-1/+1
|/
* Housekeeping.Georg Brandl2017-01-221-3/+3
* Add map support to ProtoBufLexerdaisuzu2016-07-301-1/+1
* Remove a bunch of duplicates in words()Tim Hatch2016-06-021-1/+1
* Add versionadded to SnowballLexer's docstringDavid Corbett2016-05-281-0/+2
* Add a lexer for SnowballDavid Corbett2016-04-241-3/+110
* Flatline: add to changelog, style nits.Georg Brandl2016-02-171-28/+29
* Merged in cheesinglee/pygments-main (pull request #551)Georg Brandl2016-02-171-3/+3
|\
| * Fix most complaints from regexlint.Georg Brandl2016-02-141-3/+3
* | Add Flatline lexerChee Sing Lee2016-02-051-2/+76
|/
* Merged in jparise/pygments-main/thrift (pull request #469)Tim Hatch2015-10-311-2/+108
|\
| * s/String.String/String.Single/Jon Parise2015-05-231-1/+1
| * Apply String.(Single|Double) to the entire string.Jon Parise2015-05-231-11/+9
| * Addressing the shortcomings of the previous Thift lexer:Jon Parise2015-05-231-9/+26
| * Improve the hex and float patterns to avoid conflicts.Jon Parise2015-05-181-2/+2
| * Adding a lexer for the Thrift interface definition language.Jon Parise2015-05-171-3/+94
* | Crmsh/dsls: style fixesGeorg Brandl2015-10-171-17/+19
* | crmsh lexer update (2)Dejan Muhamedagic2015-05-191-7/+5
* | crmsh lexer updateDejan Muhamedagic2015-05-151-28/+34
* | Add a lexer for crmshDejan Muhamedagic2014-11-171-2/+70
|/
* 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
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-2/+2
* Closes #892: fix overzealous analyse_text of the SourcesListLexer.Georg Brandl2014-10-081-2/+0
* 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