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/encoders/html/output.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/encoders/html') diff --git a/lib/coderay/encoders/html/output.rb b/lib/coderay/encoders/html/output.rb index 8def95e..32ee5be 100644 --- a/lib/coderay/encoders/html/output.rb +++ b/lib/coderay/encoders/html/output.rb @@ -177,7 +177,7 @@ module Encoders - CodeRay HTML Encoder Example + CodeRay Output -- cgit v1.2.1