From 4872c908cde42929aaab4ccd54094a48b6239e8a Mon Sep 17 00:00:00 2001 From: Jarkko Saltiola Date: Mon, 1 Sep 2025 06:20:03 +0300 Subject: [PATCH] feat: semicolon comment syntax highlighting for website --- syntaxes/phel.sublime-syntax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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