summaryrefslogtreecommitdiff
path: root/pygments/lexers/perl.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all files, redirect to GitHub.HEADmasterMatth?us G. Chajdas2019-11-101-620/+0
|
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
|
* Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in ↵Andreas Kloeckner2018-06-191-8/+8
| | | | lexer files
* 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
|\ | | | | | | Fix Perl5 lexer for namespaces/modules.
| * Copyright update.Georg Brandl2017-01-221-1/+1
| |
* | Fix Perl5 lexer for namespaces/modules. Also see ↵Zhenyi Zhou2017-01-011-10/+14
|/ | | | https://github.com/EntropyOrg/p5-Devel-IPerl/issues/25
* Add tokens for string affixes and heredoc delimiters. Add lexing for them in ↵Miikka Salminen2016-02-061-1/+2
| | | | C/C++, Perl, PHP, Python and Ruby. Update my old style Lovelace accordingly.
* Added a new token type Comment.Hashbang with its documentation, and a ↵Miikka Salminen2015-03-071-0/+1
| | | | support for it in Javascript, Perl, Python, Ruby and Bash lexers.
* 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
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* all lexers: fix unescaped { and } so that the "regex" module can compile our ↵Georg Brandl2014-10-151-2/+2
| | | | regexes
* 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