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/diff.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/scanners/diff.rb') diff --git a/lib/coderay/scanners/diff.rb b/lib/coderay/scanners/diff.rb index d52458c..bfb400b 100644 --- a/lib/coderay/scanners/diff.rb +++ b/lib/coderay/scanners/diff.rb @@ -4,6 +4,7 @@ module Scanners class Diff < Scanner register_for :diff + title 'diff output' def scan_tokens tokens, options -- cgit v1.2.1