From cadd995d6b44dc5e2145904ea0a0fba95a6643b9 Mon Sep 17 00:00:00 2001 From: murphy Date: Sun, 6 Nov 2005 01:28:19 +0000 Subject: helpers/plugin.rb: New plugin mapping system _maps added; demos adjusted TODO updated --- lib/coderay/scanners/_map.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/coderay/scanners/_map.rb (limited to 'lib/coderay/scanners') diff --git a/lib/coderay/scanners/_map.rb b/lib/coderay/scanners/_map.rb new file mode 100644 index 0000000..811546b --- /dev/null +++ b/lib/coderay/scanners/_map.rb @@ -0,0 +1,10 @@ +module CodeRay + module Scanners + + map :cpp => :c, + :plain => :plaintext, + :pascal => :delphi, + :irb => :ruby + + end +end -- cgit v1.2.1