summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/scheme.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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