summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/_map.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2008-09-16 21:57:20 +0000
committermurphy <murphy@rubychan.de>2008-09-16 21:57:20 +0000
commite7b3056418e54db4361b053a7af030d83e15acf8 (patch)
tree51370133561259d7c6cf855d03ea6b3fbea5fff0 /lib/coderay/scanners/_map.rb
parent4b542fa158a71cbe0b75ffb9b3a777a1b564f6d7 (diff)
downloadcoderay-e7b3056418e54db4361b053a7af030d83e15acf8.tar.gz
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.
Diffstat (limited to 'lib/coderay/scanners/_map.rb')
-rw-r--r--lib/coderay/scanners/_map.rb2
1 files changed, 1 insertions, 1 deletions
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