summaryrefslogtreecommitdiff
path: root/lib/coderay/token_classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/token_classes.rb')
-rwxr-xr-xlib/coderay/token_classes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/coderay/token_classes.rb b/lib/coderay/token_classes.rb
index d0de855..c352e48 100755
--- a/lib/coderay/token_classes.rb
+++ b/lib/coderay/token_classes.rb
@@ -35,6 +35,8 @@ module CodeRay
:instance_variable => 'iv',
:integer => 'i',
:interpreted => 'in',
+ :keyword => 'kw',
+ :key => 'ke',
:label => 'la',
:local_variable => 'lv',
:modifier => 'mod',