summaryrefslogtreecommitdiff
path: root/pygments/lexers/ruby.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Fix whitespace handling in Ruby.Matthäus G. Chajdas2022-12-041-17/+17
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-3/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-2/+4
* Happy new year.Georg Brandl2022-01-251-1/+1
* add: vagrantfiletzing2021-11-011-1/+1
* uniformize aliases order (#1780)Mestery2021-04-261-1/+1
* Merge branch 'issue-253-ruby-unicode' of https://github.com/kurtmckee/pygment...Matthäus G. Chajdas2021-02-141-3/+7
|\
| * Rely on the regex engine's `\u1234` escape supportKurt McKee2020-09-051-7/+7
| * Standardize the entire multi-line string to use no `r` string prefixesKurt McKee2020-09-041-2/+2
| * Support Ruby method names and operator overrides, including UnicodeKurt McKee2020-09-041-3/+7
* | Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* | Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* | all: weed out more backtracking string regexesGeorg Brandl2020-12-251-17/+17
* | Limit recursion with nesting Ruby heredocsGeorg Brandl2020-12-171-2/+5
* | all: use yield from (#1537)Georg Brandl2020-09-061-8/+5
|/
* Fix #1502.Matthäus G. Chajdas2020-08-221-4/+5
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Ruby: support squiggly heredocs (bitbucket PR #729)Georg Brandl2019-11-241-5/+5
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Fix remaining 'DeprecationWarning: invalid escape sequence' occurrences in le...Andreas Kloeckner2018-06-191-6/+6
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+519