summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-08-21 20:52:08 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-08-21 20:52:08 +0200
commitf2660beaee1d7615a6d152b0e27b7ea04f2652ab (patch)
treeb2103f6a2f855de49308e83490d7ae0294ff39ba /lib/coderay/token_kinds.rb
parentcf26b52ac6224b91ffc3fb63bb29fb4922ce47c5 (diff)
downloadcoderay-f2660beaee1d7615a6d152b0e27b7ea04f2652ab.tar.gz
add :debug token to TokenKinds
Diffstat (limited to 'lib/coderay/token_kinds.rb')
-rwxr-xr-xlib/coderay/token_kinds.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/token_kinds.rb b/lib/coderay/token_kinds.rb
index 69a96e5..3b8d07e 100755
--- a/lib/coderay/token_kinds.rb
+++ b/lib/coderay/token_kinds.rb
@@ -22,6 +22,7 @@ module CodeRay
:complex => 'complex',
:constant => 'constant',
:content => 'content',
+ :debug => 'debug',
:decorator => 'decorator',
:definition => 'definition',
:delimiter => 'delimiter',