summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/ruby/patterns.rb
Commit message (Expand)AuthorAgeFilesLines
* don't ruin indentationKornelius Kalnbach2016-02-131-1/+1
* add support for Ruby 2.3 squiggly heredocruby-2.3Kornelius Kalnbach2016-02-131-1/+1
* add Ruby 2 syntax: %i(…) and %I(…)Kornelius Kalnbach2013-07-201-1/+4
* Merge pull request #113 from rubychan/fix-ruby-unicodeKornelius Kalnbach2013-02-171-3/+3
|\
| * improve support for Unicode non-alphanumeric characters in Ruby namesKornelius Kalnbach2013-02-171-3/+3
* | whitespaceKornelius Kalnbach2013-02-171-15/+15
|/
* changed :reserved to :keyword in Ruby scanner (issue #43)murphy2011-06-161-2/+2
* renamed pre_* token kinds to predefined_*murphy2011-04-171-1/+1
* lots of fixes and improvements to the Ruby scannermurphy2011-03-071-82/+15
* Improved Ruby scanner (see #147 and Changes.textile.)murphy2010-03-311-24/+28
* Cleanups.murphy2009-12-301-2/+2
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t...murphy2009-12-281-2/+2
* Updated Ruby scanner:murphy2009-10-191-15/+21
* Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug.murphy2009-06-071-4/+4
* Ruby scanner: Even more fixes for control and meta escape sequences.murphy2009-02-061-9/+14
* Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences.murphy2009-02-051-1/+1
* JRuby fixes.murphy2008-12-251-2/+3
* [KK] Just a little code cleanup and new task 187.murphy2008-07-291-1/+1
* Improved Ruby scanner to use +/- signs only when appropriate (tests adjusted.)murphy2008-01-211-7/+6
* Lib:murphy2008-01-071-10/+7
* Done:murphy2007-01-011-1/+1
* Fixed warning in bench.rb.murphy2006-10-181-0/+13
* Fixed functional test.murphy2006-10-181-1/+2
* rake test now runs in debug mode.murphy2006-07-111-216/+216
* Big re-indenting - no more tabs!murphy2006-07-101-7/+7
* Fixed another bug in the Ruby scanner, this time it was unfinished heredocs w...murphy2006-07-091-210/+210
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-7/+5
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-151-3/+7
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-1/+1
* Added HTML scanner!murphy2006-04-041-4/+5
* Deleted silly debug print.murphy2006-03-151-1/+1
* Ruby scanner fixed - nasty bug in ruby/patterns.rb.murphy2006-03-151-7/+7
* scanners/ruby/patterns.rb:murphy2005-12-111-1/+1
* Plugin System extended:murphy2005-12-101-0/+213