diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2011-08-21 20:52:08 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2011-08-21 20:52:08 +0200 |
commit | f2660beaee1d7615a6d152b0e27b7ea04f2652ab (patch) | |
tree | b2103f6a2f855de49308e83490d7ae0294ff39ba /lib/coderay | |
parent | cf26b52ac6224b91ffc3fb63bb29fb4922ce47c5 (diff) | |
download | coderay-f2660beaee1d7615a6d152b0e27b7ea04f2652ab.tar.gz |
add :debug token to TokenKinds
Diffstat (limited to 'lib/coderay')
-rwxr-xr-x | lib/coderay/token_kinds.rb | 1 |
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', |