summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/c.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2007-04-24 12:26:18 +0000
committermurphy <murphy@rubychan.de>2007-04-24 12:26:18 +0000
commit3ecc8116cc06289724f9a2ccf734e99d843abc79 (patch)
treef4f20fe32327d5127a2778b5cd19baea644c3fd8 /lib/coderay/scanners/c.rb
parent47ba0455640b4a6a0ae90961c176c9ea42afa2ea (diff)
downloadcoderay-3ecc8116cc06289724f9a2ccf734e99d843abc79.tar.gz
Benchmark, comparison: replaced SilverCity with pygments
A bit of code and documentation cleanup HTML encoder: fixed css class output for NO_HIGHLIGHT tokens when :info is set. Fixed Text encoder.
Diffstat (limited to 'lib/coderay/scanners/c.rb')
-rw-r--r--lib/coderay/scanners/c.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/scanners/c.rb b/lib/coderay/scanners/c.rb
index 2b63a81..f6d71ad 100644
--- a/lib/coderay/scanners/c.rb
+++ b/lib/coderay/scanners/c.rb
@@ -44,7 +44,7 @@ module Scanners
kind = nil
match = nil
-
+
case state
when :initial