Skip to content

Commit

Permalink
Merge pull request #47 from rbenson/master
Browse files Browse the repository at this point in the history
adds support for deadlines and scheduled
  • Loading branch information
danielmagnussons committed Mar 24, 2015
2 parents 1a1559c + a727cae commit 34b9438
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions orgmode.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@
<string>orgmode.headline</string>
<key>match</key>
<string>^\s*[*]+ [^\[\]:\n]*</string>
</dict>
<dict>
<key>name</key>
<string>orgmode.deadline</string>
<key>match</key>
<string>DEADLINE: &lt;\d{4}-\d{2}-\d{2}(?:\s*\w{3}&gt;|&gt;)</string>
</dict>
<dict>
<key>name</key>
<string>orgmode.scheduled</string>
<key>match</key>
<string>SCHEDULED: &lt;\d{4}-\d{2}-\d{2}(?:\s*\w{3}&gt;|&gt;)</string>
</dict>
<dict>
<key>name</key>
Expand Down

0 comments on commit 34b9438

Please sign in to comment.