summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authorQuintus <sutniuq@gmx.net>2012-04-22 22:10:42 +0200
committerQuintus <sutniuq@gmx.net>2012-04-22 22:10:42 +0200
commit501df7613c67bcd743eaa00071f0dbb179607394 (patch)
tree26792c8d86a76fee20144e6ea846058738a18819 /lib/coderay/token_kinds.rb
parent359db4594e7fc874cf8087f599dc4e96b22e586b (diff)
downloadcoderay-501df7613c67bcd743eaa00071f0dbb179607394.tar.gz
Lua scanner for CodeRay. Meta-commit.
This commit is a super-commit containing all the subcommits for implementing the 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',