summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/scheme.rb
Commit message (Collapse)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 ↵murphy2011-05-211-1/+1
| | | | is now a StandardError
* 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 ↵murphy2009-12-281-0/+3
| | | | trunk.
* Added more file extensions to Scannersmurphy2008-09-161-1/+1
| | | | | | | * Added file_extensions to Delphi, XML, Debug, Scheme, and NitroXHTML scanners. * Removed obsolete extension declarations from Scanner test suites. * Minor cleanups.
* New Scanner: Scheme (thanks closure!)murphy2007-01-011-0/+142
Test and example added. Token changed: operator_fat instead of operator_name (for use with LISP-like parentheses). Added file_extension for Scanners. Improved CodeRay::Suite: - uses scanners file extension now - example parameter is now named "only" - only param overwrite MAX_CODE_SIZE_TO_HIGHLIGHT