summaryrefslogtreecommitdiff
path: root/pygments/lexers/perl.py
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in le...Andreas Kloeckner2018-06-191-8/+8
* Change instances of Comment.Singleline to Comment.SingleErkki Mattila2017-02-051-2/+2
* Merged in zhouzhen1/pygments-main/perllexer (pull request #688)Georg Brandl2017-01-221-1/+1
|\
| * Copyright update.Georg Brandl2017-01-221-1/+1
* | Fix Perl5 lexer for namespaces/modules. Also see https://github.com/EntropyOr...Zhenyi Zhou2017-01-011-10/+14
|/
* Add tokens for string affixes and heredoc delimiters. Add lexing for them in ...Miikka Salminen2016-02-061-1/+2
* Added a new token type Comment.Hashbang with its documentation, and a support...Miikka Salminen2015-03-071-0/+1
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-18/+18
* Perl: fix highlight of "sub foo; ...{"Georg Brandl2014-11-061-1/+1
* Curly brace escaping, round 1.Tim Hatch2014-10-151-2/+2
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-2/+2
* fix most remaining overlong lines.Georg Brandl2014-10-041-6/+12
* More application of words().Georg Brandl2014-09-191-31/+35
* split up agile.py into individual modulesGeorg Brandl2014-09-161-0/+604