summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authorJoel Holdbrooks <cjholdbrooks@gmail.com>2012-07-03 18:17:56 -0700
committerJoel Holdbrooks <cjholdbrooks@gmail.com>2012-07-03 18:17:56 -0700
commitb9cf7f67d869eead647e237d963ba2db2fdfbc4f (patch)
tree3033dbf5d0dd2fc88399cad8db5eb12903f278d8 /lib/coderay/token_kinds.rb
parenta4b8b094da5525354cb8a927761385825236c5a1 (diff)
downloadcoderay-b9cf7f67d869eead647e237d963ba2db2fdfbc4f.tar.gz
add "id" token kind
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 3b8d07e..41a89e4 100755
--- a/lib/coderay/token_kinds.rb
+++ b/lib/coderay/token_kinds.rb
@@ -39,6 +39,7 @@ module CodeRay
:function => 'function',
:global_variable => 'global-variable',
:hex => 'hex',
+ :id => 'id',
:imaginary => 'imaginary',
:important => 'important',
:include => 'include',