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/scanners/css.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/coderay/scanners/css.rb') diff --git a/lib/coderay/scanners/css.rb b/lib/coderay/scanners/css.rb index 897e27a..848f136 100644 --- a/lib/coderay/scanners/css.rb +++ b/lib/coderay/scanners/css.rb @@ -168,7 +168,6 @@ module Scanners raise_inspect 'Empty token', tokens unless match tokens << [match, kind] - # tokens << [states.inspect, :error] end -- cgit v1.2.1