diff --git a/syntaxes/phel.sublime-syntax b/syntaxes/phel.sublime-syntax index 0352752..cf1da42 100644 --- a/syntaxes/phel.sublime-syntax +++ b/syntaxes/phel.sublime-syntax @@ -18,8 +18,8 @@ contexts: #- include: symbol comment: - - match: (#).*$\n? - scope: comment.line.hash.phel + - match: (#|;).*$\n? + scope: comment.line.hash-or-semicolon.phel captures: 1: punctuation.definition.comment.phel