diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/coderay/scanners/yaml.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |