From 59b31ae8596f9606217b09d4e3f00dcf5aab8475 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 22 Apr 2009 02:40:04 +0000 Subject: Improved Python scanner (issue #41). * fixed numeric literals * better Python 3 support * bugfixes, optimizations * added two more test files --- lib/coderay/styles/cycnus.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/cycnus.rb b/lib/coderay/styles/cycnus.rb index f1069b1..6d87db3 100644 --- a/lib/coderay/styles/cycnus.rb +++ b/lib/coderay/styles/cycnus.rb @@ -58,9 +58,11 @@ ol.CodeRay li { white-space: pre } .ch .dl { color:#039 } .cl { color:#B06; font-weight:bold } +.cm { color:#A08; font-weight:bold } .co { color:#036; font-weight:bold } .cr { color:#0A0 } .cv { color:#369 } +.de { color:#B0B; } .df { color:#099; font-weight:bold } .di { color:#088; font-weight:bold } .dl { color:black } -- cgit v1.2.1