diff options
Diffstat (limited to 'lib/coderay/encoders/debug.rb')
-rw-r--r-- | lib/coderay/encoders/debug.rb | 2 |
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
|