summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2012-06-19 17:08:07 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2012-06-19 17:08:07 +0200
commit3dd61402fdbabd2574dd79f2b287f629ec9f4782 (patch)
tree99f7f48c3ccb9a67260fc74fe554710c79b2172a /lib/coderay/token_kinds.rb
parentc91e35e65c5c1551a7a10538d690405dd8ebfa96 (diff)
parent501df7613c67bcd743eaa00071f0dbb179607394 (diff)
downloadcoderay-3dd61402fdbabd2574dd79f2b287f629ec9f4782.tar.gz
Merge remote-tracking branch 'Quintus/luascanner-onecommit' into lua-scanner
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..e245623 100755
--- a/lib/coderay/token_kinds.rb
+++ b/lib/coderay/token_kinds.rb
@@ -63,6 +63,7 @@ module CodeRay
:shell => 'shell',
:string => 'string',
:symbol => 'symbol',
+ :table => 'table',
:tag => 'tag',
:type => 'type',
:value => 'value',