summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/ruby.rb
Commit message (Expand)AuthorAgeFilesLines
* check for keys with escape sequences, tooKornelius Kalnbach2016-02-131-2/+3
* allow indentation of squiggly heredoc delimiterKornelius Kalnbach2016-02-131-1/+1
* add support for Ruby 2.3 safe navigation operatorKornelius Kalnbach2016-02-131-1/+1
* add support for Ruby 2.2 quoted hash keysKornelius Kalnbach2016-02-131-2/+5
* add support for Ruby 2.1 number literal suffixesKornelius Kalnbach2016-02-131-1/+4
* fix unclosed token group in Ruby scannerKornelius Kalnbach2013-06-231-1/+1
* accept all idents as Ruby 1.9 hash keys (#126)Kornelius Kalnbach2013-06-101-1/+1
* match Ruby 1.9 hash syntax even without space after colonKornelius Kalnbach2013-02-171-2/+2
* cleanup: value_expected should be booleanKornelius Kalnbach2013-02-171-2/+2
* fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashesKornelius Kalnbach2013-02-171-11/+20
* Bug #6: merge ConradIrwin's approach with korny'sKornelius Kalnbach2011-12-271-2/+2
* Remove assumption about a stable $:Conrad Irwin2011-12-231-2/+2
* Ruby scanner accepts :state options and provides #interpreted_string_state me...Kornelius Kalnbach2011-09-091-1/+5
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-1/+1
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-191-6/+11
* fixing strange bug in Ruby scanner (very rare!)murphy2011-07-081-2/+2
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-3/+12
* changed :reserved to :keyword in Ruby scanner (issue #43)murphy2011-06-161-1/+1
* new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError is...murphy2011-05-211-11/+4
* lots of fixes and improvements to the Ruby scanner (part 2)murphy2011-03-071-193/+193
* Ruby scanner does no longer highlight \ at the end of the input as :error. Th...murphy2010-06-011-2/+5
* Ruby scanner raises exception on unknown state.murphy2010-05-211-0/+2
* Ruby scanner handles :keep_state option.murphy2010-05-181-1/+12
* Got rid of the old streaming system (see #142).murphy2010-05-011-2/+0
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-105/+81
* More cleanup.murphy2010-04-151-2/+6
* Cleanups.murphy2010-04-151-11/+11
* Improved Ruby scanner (see #147 and Changes.textile.)murphy2010-03-311-90/+142
* Cleanups.murphy2009-12-301-7/+3
* 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-5/+8
* Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug.murphy2009-06-071-7/+26
* Ruby Scanner: Shebang comments are highlighted as :doctype.murphy2009-01-131-0/+4
* Fixed a bug in Ruby scanner that broke tests with JRuby.murphy2009-01-111-1/+2
* Improved Ruby scanner to use +/- signs only when appropriate (tests adjusted.)murphy2008-01-211-6/+11
* Lib:murphy2008-01-071-14/+22
* New Scanner: Scheme (thanks closure!)murphy2007-01-011-0/+1
* Done:murphy2007-01-011-31/+31
* Ruby scanner: #{...} delimiters are now :inline_delimiter to solve CSS problem.murphy2006-10-181-2/+2
* Fixed warning in bench.rb.murphy2006-10-181-19/+22
* Fixed functional test.murphy2006-10-181-1/+1
* Ruby scanner: deleted regexp highlighting (didn't work anyway)murphy2006-09-281-40/+0
* Changed error handling of all scanners: :error tokens are OK now, even in deb...murphy2006-07-111-400/+404
* Big re-indenting - no more tabs!murphy2006-07-101-16/+16
* Fixed another bug in the Ruby scanner, this time it was unfinished heredocs w...murphy2006-07-091-364/+365
* [BUG] Fixed bug in Ruby-Scanner (input ends with unfinished escape in string)...murphy2006-07-091-0/+2
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-2/+5
* All scanners revisited not to produce errors unless in DEBUG mode. [thx@Daniel]murphy2006-04-161-2/+4
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-151-33/+33
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-14/+21