diff options
author | Quintus <sutniuq@gmx.net> | 2012-04-22 22:10:42 +0200 |
---|---|---|
committer | Quintus <sutniuq@gmx.net> | 2012-04-22 22:10:42 +0200 |
commit | 501df7613c67bcd743eaa00071f0dbb179607394 (patch) | |
tree | 26792c8d86a76fee20144e6ea846058738a18819 /lib/coderay/token_kinds.rb | |
parent | 359db4594e7fc874cf8087f599dc4e96b22e586b (diff) | |
download | coderay-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-x | lib/coderay/token_kinds.rb | 1 |
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', |