summaryrefslogtreecommitdiff
path: root/lib/coderay/token_kinds.rb
diff options
context:
space:
mode:
authorSHIMOMURA Sho <graueule@gmail.com>2012-10-21 01:23:56 +0900
committerSHIMOMURA Sho <graueule@gmail.com>2012-10-22 00:02:34 +0900
commitaeac6672fbe70702288b259605cb863493ad8ac2 (patch)
tree3a8dd17f20b2502aeb8dd21e382350d42aa402da /lib/coderay/token_kinds.rb
parent3effca8291ed4941f7b3a1c2088b50274f28aa6f (diff)
downloadcoderay-aeac6672fbe70702288b259605cb863493ad8ac2.tar.gz
TaskPaper scanner for CodeRay
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 3b8d07e..a36d877 100755
--- a/lib/coderay/token_kinds.rb
+++ b/lib/coderay/token_kinds.rb
@@ -74,6 +74,9 @@ module CodeRay
:insert => 'insert',
:eyecatcher => 'eyecatcher',
+
+ :project => 'project',
+ :complete => 'complete',
:ident => false,
:operator => false,