diff options
author | murphy <murphy@rubychan.de> | 2009-01-04 16:40:46 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-01-04 16:40:46 +0000 |
commit | c20d46c5f67e073ab14d0857ee8327f23ffee37f (patch) | |
tree | 78342499665a9374159bdee04f8243913c1aa445 /lib/coderay | |
parent | 1ec41b19995acf2adffdf42fb957ab20d5f7b88e (diff) | |
download | coderay-c20d46c5f67e073ab14d0857ee8327f23ffee37f.tar.gz |
Added js alias for JavaScript.
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/scanners/_map.rb | 1 |
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 |