summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2009-01-04 16:40:46 +0000
committermurphy <murphy@rubychan.de>2009-01-04 16:40:46 +0000
commitc20d46c5f67e073ab14d0857ee8327f23ffee37f (patch)
tree78342499665a9374159bdee04f8243913c1aa445 /lib/coderay
parent1ec41b19995acf2adffdf42fb957ab20d5f7b88e (diff)
downloadcoderay-c20d46c5f67e073ab14d0857ee8327f23ffee37f.tar.gz
Added js alias for JavaScript.
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/scanners/_map.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/scanners/_map.rb b/lib/coderay/scanners/_map.rb
index 60d57ae..c9ac75f 100644
--- a/lib/coderay/scanners/_map.rb
+++ b/lib/coderay/scanners/_map.rb
@@ -7,6 +7,7 @@ module Scanners
:irb => :ruby,
:xhtml => :nitro_xhtml,
:javascript => :java_script,
+ :js => :java_script,
:nitro => :nitro_xhtml,
:yml => :yaml