Skip to content

Commit

Permalink
Syntax highlighting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthatguy committed Jan 19, 2012
1 parent 62957c5 commit 9bf1a0a
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions itodo.tmLanguage
Expand Up @@ -24,7 +24,7 @@
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.bullet.completed.itodo</string>
<string>comment.line.completed.itodo</string>
</dict>
<key>2</key>
<dict>
Expand All @@ -43,7 +43,7 @@
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.bullet.pending.itodo</string>
<string>markup.inserted.itodo.completed</string>
</dict>
<key>2</key>
<dict>
Expand All @@ -64,9 +64,16 @@
</dict>
<dict>
<key>match</key>
<string>(?&lt;=\s)\@done \([\d\.:\-/ ].+\)\s?</string>
<string>\([\d\.:\-/ ].+\)\s?</string>
<key>name</key>
<string>comment.line.completed.itodo</string>
</dict>

<dict>
<key>match</key>
<string>(?&lt;=\s)\@done</string>
<key>name</key>
<string>meta.tag.itodo.completed</string>
<string>markup.inserted.itodo.completed</string>
</dict>
<dict>
<key>match</key>
Expand Down

0 comments on commit 9bf1a0a

Please sign in to comment.