Skip to content

Commit b6a07bb

Browse files
authored
Merge pull request #129 from jasalt/feat-website-semicolon-syntax-highlight
feat: semicolon comment syntax highlighting for website
2 parents 176d5ae + 4872c90 commit b6a07bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

syntaxes/phel.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ contexts:
1818
#- include: symbol
1919

2020
comment:
21-
- match: (#).*$\n?
22-
scope: comment.line.hash.phel
21+
- match: (#|;).*$\n?
22+
scope: comment.line.hash-or-semicolon.phel
2323
captures:
2424
1: punctuation.definition.comment.phel
2525

0 commit comments

Comments
 (0)