summaryrefslogtreecommitdiff
path: root/pygments/lexers/ruby.py
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add tokens for string affixes and heredoc delimiters. Add lexing for them in ...Miikka Salminen2016-02-061-4/+4
* Merged in hanachin/pygments-main/add-ruby-filename (pull request #450)Tim Hatch2015-10-131-7/+8
|\
| * Closes #1063: Ruby: only allow regex after dot-method name lookupGeorg Brandl2015-03-081-7/+7
| * Added a new token type Comment.Hashbang with its documentation, and a support...Miikka Salminen2015-03-071-0/+1
* | Add Gemfile to RubyLexer filenamesSeiei Higa2015-02-251-1/+1
|/
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-29/+31
* Ruby: more special $* variablesGeorg Brandl2014-11-061-1/+1
* 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