Skip to content

Commit

Permalink
Merge pull request #31 from BioBox/master
Browse files Browse the repository at this point in the history
Fix highlighting of contexts and projects at beginning of done.txt
  • Loading branch information
dertuxmalwieder authored Nov 9, 2022
2 parents f5f0a6c + a5fbffe commit 071a004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TodoTxt.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ contexts:


inside_task:
- match: (?:\s|^)(\@\S+)
- match: (?:\s|^|\G)(\@\S+)
comment: Todo item context
captures:
1: entity.name.tag.todotxt.context

- match: (?:\s|^)(\+\S+)
- match: (?:\s|^|\G)(\+\S+)
comment: Todo item project
captures:
1: string.quoted.double.todotxt.project
Expand Down

0 comments on commit 071a004

Please sign in to comment.