summaryrefslogtreecommitdiff
path: root/pygments/lexers/perl.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Improve whitespace handling in MesonLexer/PerlLexer.Matthäus G. Chajdas2022-12-111-11/+11
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-2/+4
* Remove now redundant re.UNICODE and (?u) (#2058)Jean Abou-Samra2022-01-311-1/+1
* Happy new year.Georg Brandl2022-01-251-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* Add analyze_text to make make check happy. (#1549)Matthäus G. Chajdas2020-09-231-1/+15
* all: remove "u" string prefix (#1536)Georg Brandl2020-09-081-66/+66
* all: use argumentless super()Georg Brandl2020-09-061-1/+1
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Add .perl as a Perl filename extensionGeorg Brandl2020-04-261-1/+1
* Update Raku (Perl 6) keywords, classes, methods, etc.Naoum Hankache2019-12-251-69/+167
* Perl 6 is now RakuGeorg Brandl2019-11-301-2/+2
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* 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
| * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+616
* 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
* merge default into stableGeorg Brandl2016-01-171-0/+615