From 052399c510acf6bb5ae374b7270acbdf9b861b71 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 9 Jun 2009 10:41:06 +0000 Subject: New: Plugin.title (closes #96) The title saves the real name for a language, like "C++"...something that can't be deduced from the class name. And a version fix in the README. --- lib/coderay/scanners/debug.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/scanners/debug.rb') diff --git a/lib/coderay/scanners/debug.rb b/lib/coderay/scanners/debug.rb index ec594c1..f43564e 100644 --- a/lib/coderay/scanners/debug.rb +++ b/lib/coderay/scanners/debug.rb @@ -7,6 +7,7 @@ module Scanners include Streamable register_for :debug file_extension 'raydebug' + title 'CodeRay Token Dump' protected def scan_tokens tokens, options -- cgit v1.2.1