From ceed015b2d5a237a6f3dfc0f2272f13c9f758771 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 20 Oct 2008 14:18:18 +0000 Subject: New: *YAML* (#53). Preparing for version 0.8.1. * Based on the YAML scanner from Jamis Buck's Syntax lib. * Some YAML examples from Ruby gems. * Doesn't handle string yet; alpha state. More changes: * coderay_suite: new parameter "fast" makes testing faster (for development). * Changed the title of HTML page output (Page Encoder). * FileType: Added new file types. * cYcnus style: simplified some token group styles. * Cleanup in CSS and HTML Scanners. --- lib/coderay/styles/cycnus.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/cycnus.rb b/lib/coderay/styles/cycnus.rb index c0dab99..0a1c6f8 100644 --- a/lib/coderay/styles/cycnus.rb +++ b/lib/coderay/styles/cycnus.rb @@ -107,15 +107,15 @@ ol.CodeRay li { white-space: pre } .rx .mod { color:#C2C } .rx .fu { color:#404; font-weight: bold } -.s { background-color:#fff0f0 } +.s { background-color:#fff0f0; color: #D20; } .s .s { background-color:#ffe0e0 } .s .s .s { background-color:#ffd0d0 } -.s .k { color: #D20; } +.s .k { } .s .ch { color: #b0b; } .s .dl { color: #710; } -.sh { background-color:#f0fff0 } -.sh .k { color:#2B2 } +.sh { background-color:#f0fff0; color:#2B2 } +.sh .k { } .sh .dl { color:#161 } .sy { color:#A60 } -- cgit v1.2.1