From 3d8ad7f53879f4f7c31c3ad16beb547f74711465 Mon Sep 17 00:00:00 2001 From: murphy Date: Mon, 20 Oct 2008 14:38:30 +0000 Subject: Fixed tests and YAML Scanner (#34) * The last commit (r262) also belongs to ticket #34. --- lib/coderay/scanners/yaml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay') diff --git a/lib/coderay/scanners/yaml.rb b/lib/coderay/scanners/yaml.rb index 06da907..d24993b 100644 --- a/lib/coderay/scanners/yaml.rb +++ b/lib/coderay/scanners/yaml.rb @@ -4,7 +4,7 @@ module Scanners # YAML Scanner # # Based on the YAML scanner from Syntax by Jamis Buck. - class XML < Scanner + class YAML < Scanner register_for :yaml file_extension 'yml' -- cgit v1.2.1