| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | -6/+6 |
| | | | | | lexer files | ||||
| * | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | | |||||
| * | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ↵ | Miikka Salminen | 2016-02-06 | 1 | -4/+4 |
| | | | | | C/C++, Perl, PHP, Python and Ruby. Update my old style Lovelace accordingly. | ||||
| * | Merged in hanachin/pygments-main/add-ruby-filename (pull request #450) | Tim Hatch | 2015-10-13 | 1 | -7/+8 |
| |\ | | | | | | | Add Gemfile to RubyLexer filenames | ||||
| | * | Closes #1063: Ruby: only allow regex after dot-method name lookup | Georg Brandl | 2015-03-08 | 1 | -7/+7 |
| | | | |||||
| | * | 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. | ||||
| * | | Add Gemfile to RubyLexer filenames | Seiei Higa | 2015-02-25 | 1 | -1/+1 |
| |/ | |||||
| * | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | | |||||
| * | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -29/+31 |
| | | |||||
| * | Ruby: more special $* variables | 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 | -3/+3 |
| | | | | | regexes | ||||
| * | RubyLexer: Be less picky about closing delimiters. | Tim Hatch | 2014-10-06 | 1 | -6/+6 |
| | | | | | | | | Previous code used a negative lookbehind, which I do not grok how was ever correct. New code with testcase. Fixes #1026 | ||||
| * | RubyLexer: Highlight operator methods better. | Tim Hatch | 2014-10-06 | 1 | -2/+9 |
| | | | | | Fixes #1033 | ||||
| * | RubyLexer: Keep state with nested interpolations | Tim Hatch | 2014-10-06 | 1 | -1/+2 |
| | | | | | Fixes #1018 | ||||
| * | Correct accidental punctuation range in RubyLexer. | Tim Hatch | 2014-10-06 | 1 | -1/+1 |
| | | | | | Fixes #1006 | ||||
| * | More application of words(). | Georg Brandl | 2014-09-19 | 1 | -37/+47 |
| | | |||||
| * | split up agile.py into individual modules | Georg Brandl | 2014-09-16 | 1 | -0/+498 |
