summaryrefslogtreecommitdiff
path: root/pygments/lexers/ruby.py
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* RubyLexer: Be less picky about closing delimiters.Tim Hatch2014-10-061-6/+6
* RubyLexer: Highlight operator methods better.Tim Hatch2014-10-061-2/+9
* RubyLexer: Keep state with nested interpolationsTim Hatch2014-10-061-1/+2
* Correct accidental punctuation range in RubyLexer.Tim Hatch2014-10-061-1/+1
* More application of words().Georg Brandl2014-09-191-37/+47
* split up agile.py into individual modulesGeorg Brandl2014-09-161-0/+498