summaryrefslogtreecommitdiff
path: root/lib/coderay/styles/_map.rb
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup.murphy2010-11-211-2/+2
|
* Use new :alpha style be default. This means IE will have problems with the ↵murphy2010-03-311-1/+1
| | | | colors.
* Tests:murphy2006-10-151-7/+7
| | | | | | | | | | | | | | | | - improved coderay_suite.rb (random and shuffled tests, max parameter, scannerlang->lang, sorted test cases...) - changed html output extension to .actual.html to svn:ignore them - fixed some tests (deleted $Id$ etc.) - made XHTML testcase work Scanners: - fixed HTML, Delphi and Nitro scanners thanks to new tests Engine: - Tokens#fix and #fix! added (yet to be tested) - improved Scanner#raise_inspect a bit Converted more files to UNIX format (go away, stinkin' \r!)
* Big re-indenting - no more tabs!murphy2006-07-101-3/+3
|
* Re-indented everything. Sorry to break the blame chain.murphy2006-04-161-5/+5
|
* styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted.murphy2006-04-151-0/+7
ROADMAP and TODO updated. Ruby scanner: Fixed a bug: Fancy strings don't allow \w delimiters. They _do_ also allow whitespace delimiters, but adding this would cause many scan errors. So I leave this bug unfixed.