From 6a5f6ec4549ce4536b6bd824de7d470d75c376e0 Mon Sep 17 00:00:00 2001 From: PeyTy Date: Thu, 7 Mar 2019 12:32:57 +0300 Subject: [PATCH] Match TODOs --- Hexa.sublime-syntax | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Hexa.sublime-syntax b/Hexa.sublime-syntax index b0e6561..de1b5c0 100644 --- a/Hexa.sublime-syntax +++ b/Hexa.sublime-syntax @@ -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