summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/debug.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/scanners/debug.rb')
-rw-r--r--lib/coderay/scanners/debug.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/coderay/scanners/debug.rb b/lib/coderay/scanners/debug.rb
index deaa30b..613b55c 100644
--- a/lib/coderay/scanners/debug.rb
+++ b/lib/coderay/scanners/debug.rb
@@ -4,12 +4,11 @@ module Scanners
# = Debug Scanner
#
- # Parses the output of the Encoders::Debug encoder.
+ # Interprets the output of the Encoders::Debug encoder.
class Debug < Scanner
register_for :debug
- file_extension 'raydebug'
- title 'CodeRay Token Dump'
+ title 'CodeRay Token Dump Import'
protected