From f21efc7a2fe579d06867d63c3ec86b1458415707 Mon Sep 17 00:00:00 2001 From: Vladyslav Karasov <36513243+cotneit@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:31:35 +0200 Subject: [PATCH] fix: don't highlight colons (:) in comments (#10014) --- runtime/queries/comment/highlights.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/queries/comment/highlights.scm b/runtime/queries/comment/highlights.scm index ba26ca0bf..e0916cece 100644 --- a/runtime/queries/comment/highlights.scm +++ b/runtime/queries/comment/highlights.scm @@ -1,5 +1,3 @@ -":" @punctuation.delimiter - ; Hint level tags ((tag (name) @hint) (#match? @hint "^(HINT|MARK|PASSED|STUB|MOCK)$"))