Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | RubyLexer: Be less picky about closing delimiters. | Tim Hatch | 2014-10-06 | 1 | -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 Hatch | 2014-10-06 | 1 | -0/+12 |
| | | | | Fixes #1033 | ||||
* | RubyLexer: Keep state with nested interpolations | Tim Hatch | 2014-10-06 | 1 | -1/+62 |
| | | | | Fixes #1018 | ||||
* | Correct accidental punctuation range in RubyLexer. | Tim Hatch | 2014-10-06 | 1 | -0/+52 |
Fixes #1006 |