Skip to content

Commit b9cf7f6

Browse files
committed
add "id" token kind
1 parent a4b8b09 commit b9cf7f6

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
@@ -39,6 +39,7 @@ module CodeRay
3939
:function => 'function',
4040
:global_variable => 'global-variable',
4141
:hex => 'hex',
42+
:id => 'id',
4243
:imaginary => 'imaginary',
4344
:important => 'important',
4445
:include => 'include',

0 commit comments

Comments
 (0)