From e7b3056418e54db4361b053a7af030d83e15acf8 Mon Sep 17 00:00:00 2001 From: murphy Date: Tue, 16 Sep 2008 21:57:20 +0000 Subject: Added more file extensions to Scanners * Added file_extensions to Delphi, XML, Debug, Scheme, and NitroXHTML scanners. * Removed obsolete extension declarations from Scanner test suites. * Minor cleanups. --- lib/coderay/scanners/_map.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/_map.rb') diff --git a/lib/coderay/scanners/_map.rb b/lib/coderay/scanners/_map.rb index 1c5fc89..e8dfa07 100644 --- a/lib/coderay/scanners/_map.rb +++ b/lib/coderay/scanners/_map.rb @@ -5,8 +5,8 @@ module Scanners :plain => :plaintext, :pascal => :delphi, :irb => :ruby, - :xml => :html, :xhtml => :nitro_xhtml, + :javascript => :java_script, :nitro => :nitro_xhtml default :plain -- cgit v1.2.1