fix: don't highlight colons (:) in comments (#10014)

This commit is contained in:
Vladyslav Karasov 2024-03-27 15:31:35 +02:00 committed by GitHub
parent cb286b7a5d
commit f21efc7a2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,3 @@
":" @punctuation.delimiter
; Hint level tags
((tag (name) @hint)
(#match? @hint "^(HINT|MARK|PASSED|STUB|MOCK)$"))