Skip to content

Commit 4872c90

Browse files
committed
feat: semicolon comment syntax highlighting for website
1 parent 69afb01 commit 4872c90

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)