summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders/debug.rb
diff options
context:
space:
mode:
authormurphy <murphy@rubychan.de>2005-10-29 04:55:15 +0000
committermurphy <murphy@rubychan.de>2005-10-29 04:55:15 +0000
commitfb64737038ca13b4047219c429560b97b98fe22b (patch)
treee1b180bc151643d1a782623fbe94c0c38814b1d1 /lib/coderay/encoders/debug.rb
parent840e80d149a2c5651b71f87c6627e475d5401e04 (diff)
downloadcoderay-fb64737038ca13b4047219c429560b97b98fe22b.tar.gz
encoder.rb: Added Encoder#file_extension
plugin.rb: #load_plugin --> #load; no more debug messages encoders/html.rb: Documentation; hint system; moved NUMERIZABLE_WRAPPINGS to html_output.rb encoders/helpers/html_output.rb: made stylesheet a method; disabled code cell hint; fixed inline numerizing encoders/debug.rb: changed extension to 'raydebug' etc folder added included etc/raydebug.vim for cool vim highlighting
Diffstat (limited to 'lib/coderay/encoders/debug.rb')
-rw-r--r--lib/coderay/encoders/debug.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/encoders/debug.rb b/lib/coderay/encoders/debug.rb
index b084733..7358e8b 100644
--- a/lib/coderay/encoders/debug.rb
+++ b/lib/coderay/encoders/debug.rb
@@ -7,7 +7,7 @@ module CodeRay
include Streamable
register_for :debug
- FILE_EXTENSION = 'debug'
+ FILE_EXTENSION = 'raydebug'
protected
def text_token text, kind