summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/token_kinds.rb')
-rwxr-xr-xlib/coderay/token_kinds.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/coderay/token_kinds.rb b/lib/coderay/token_kinds.rb
index bd8fd6c..f7f19bb 100755
--- a/lib/coderay/token_kinds.rb
+++ b/lib/coderay/token_kinds.rb
@@ -75,6 +75,9 @@ module CodeRay
:insert => 'insert',
:eyecatcher => 'eyecatcher',
+
+ :project => 'project',
+ :complete => 'complete',
:ident => false,
:operator => false,