summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/scheme.rb
Commit message (Expand)AuthorAgeFilesLines
* remove Scheme scanner (#59)Kornelius Kalnbach2011-07-131-136/+0
* changed :reserved to :keyword in Scheme scanner (issue #43)murphy2011-06-151-1/+1
* new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError is...murphy2011-05-211-1/+1
* renamed pre_* token kinds to predefined_*murphy2011-04-171-1/+1
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-43/+32
* Cleanup to Scheme scanner; removed :operator_fat token kind.murphy2010-03-261-59/+61
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to t...murphy2009-12-281-0/+3
* Added more file extensions to Scannersmurphy2008-09-161-1/+1
* New Scanner: Scheme (thanks closure!)murphy2007-01-011-0/+142