From d7f0a0011dd8f2629c4071b8d3cb0004bb9e2a99 Mon Sep 17 00:00:00 2001 From: murphy Date: Sat, 15 Apr 2006 03:48:36 +0000 Subject: styles/_map.rb added. :cycnus is now default style. html/css.rb adjusted. ROADMAP and TODO updated. Ruby scanner: Fixed a bug: Fancy strings don't allow \w delimiters. They _do_ also allow whitespace delimiters, but adding this would cause many scan errors. So I leave this bug unfixed. --- lib/coderay/styles/_map.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/coderay/styles/_map.rb (limited to 'lib/coderay/styles') diff --git a/lib/coderay/styles/_map.rb b/lib/coderay/styles/_map.rb new file mode 100644 index 0000000..33c2327 --- /dev/null +++ b/lib/coderay/styles/_map.rb @@ -0,0 +1,7 @@ +module CodeRay + module Styles + + default :cycnus + + end +end -- cgit v1.2.1