Skip to content

Commit f2660be

Browse files
committed
add :debug token to TokenKinds
1 parent cf26b52 commit f2660be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/coderay/token_kinds.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ module CodeRay
2222
:complex => 'complex',
2323
:constant => 'constant',
2424
:content => 'content',
25+
:debug => 'debug',
2526
:decorator => 'decorator',
2627
:definition => 'definition',
2728
:delimiter => 'delimiter',

0 commit comments

Comments
 (0)