From 7eb06e1252d7fda4b52825bae5c5f9ade97b6952 Mon Sep 17 00:00:00 2001 From: Vladyslav Karasov Date: Tue, 26 Mar 2024 18:45:46 +0200 Subject: [PATCH] fix: don't highlight colons (:) in comments --- 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 ba26ca0bfa70..e0916cecedff 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)$"))