summaryrefslogtreecommitdiff
path: root/tests/test_ruby.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* RubyLexer: Be less picky about closing delimiters.Tim Hatch2014-10-061-0/+20
| | | | | | | 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 Hatch2014-10-061-0/+12
| | | | Fixes #1033
* RubyLexer: Keep state with nested interpolationsTim Hatch2014-10-061-1/+62
| | | | Fixes #1018
* Correct accidental punctuation range in RubyLexer.Tim Hatch2014-10-061-0/+52
Fixes #1006