Skip to content

Commit

Permalink
Match TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Mar 7, 2019
1 parent 276adec commit 6a5f6ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Hexa.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ contexts:
- match: "http(s)?:\/\/[a-zA-Z./[0-9]-?&✓%=+#@]+"
scope: constant.language.other

# TODOs
- match: \bTODO\b
scope: invalid.illegal.stray-semi-colon

- match: "`"
push:
- include: comment_markdown_eol
Expand Down

0 comments on commit 6a5f6ec

Please sign in to comment.