From c20d46c5f67e073ab14d0857ee8327f23ffee37f Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 4 Jan 2009 16:40:46 +0000 Subject: Added js alias for JavaScript. --- lib/coderay/scanners/_map.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay') 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 -- cgit v1.2.1