From c9eac585f167788dd590db06776b132923455a93 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 1 Jan 2009 03:19:28 +0000 Subject: Completed YAML Scanner (closes #34). YAML Scanner: * Added another example (multiline). * Added multiline string recognition. * This should be enough for most people. Else: * New method: Scanner#column (very useful and fast!) * Added new token type :doctype, used also by HTML scanner. * coderay_suite: minor output tweaks. --- lib/coderay/styles/cycnus.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/cycnus.rb b/lib/coderay/styles/cycnus.rb index 0a1c6f8..8d7c8cd 100644 --- a/lib/coderay/styles/cycnus.rb +++ b/lib/coderay/styles/cycnus.rb @@ -64,6 +64,7 @@ ol.CodeRay li { white-space: pre } .di { color:#088; font-weight:bold } .dl { color:black } .do { color:#970 } +.dt { color:#34b } .ds { color:#D42; font-weight:bold } .e { color:#666; font-weight:bold } .en { color:#800; font-weight:bold } -- cgit v1.2.1