Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 1 | -620/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in ↵ | Andreas Kloeckner | 2018-06-19 | 1 | -8/+8 |
| | | | | lexer files | ||||
* | Change instances of Comment.Singleline to Comment.Single | Erkki Mattila | 2017-02-05 | 1 | -2/+2 |
| | |||||
* | Merged in zhouzhen1/pygments-main/perllexer (pull request #688) | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
|\ | | | | | | | Fix Perl5 lexer for namespaces/modules. | ||||
| * | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | | |||||
* | | Fix Perl5 lexer for namespaces/modules. Also see ↵ | Zhenyi Zhou | 2017-01-01 | 1 | -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 Salminen | 2016-02-06 | 1 | -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 Salminen | 2015-03-07 | 1 | -0/+1 |
| | | | | support for it in Javascript, Perl, Python, Ruby and Bash lexers. | ||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -18/+18 |
| | |||||
* | Perl: fix highlight of "sub foo; ...{" | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 1 | -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 Brandl | 2014-10-15 | 1 | -2/+2 |
| | | | | regexes | ||||
* | fix most remaining overlong lines. | Georg Brandl | 2014-10-04 | 1 | -6/+12 |
| | |||||
* | More application of words(). | Georg Brandl | 2014-09-19 | 1 | -31/+35 |
| | |||||
* | split up agile.py into individual modules | Georg Brandl | 2014-09-16 | 1 | -0/+604 |