summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-12 15:09:45 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-12 15:09:45 +0200
commitce3f8389dda50a93a4aec151f6051841d7c65099 (patch)
treefcc971ea1151dacdb50c0368833848d86a18bff0 /lib/coderay/token_kinds.rb
parent2e4e83bf84282d6ce7fbc9eeff2cbe1c79788a9b (diff)
parentaeac6672fbe70702288b259605cb863493ad8ac2 (diff)
downloadcoderay-ce3f8389dda50a93a4aec151f6051841d7c65099.tar.gz
Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scanner
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,