Skip to content

Commit

Permalink
fix: don't highlight colons (:) in comments (helix-editor#10014)
Browse files Browse the repository at this point in the history
  • Loading branch information
cotneit authored and postsolar committed Apr 4, 2024
1 parent cf8199c commit d101992
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/queries/comment/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
":" @punctuation.delimiter

; Hint level tags
((tag (name) @hint)
(#match? @hint "^(HINT|MARK|PASSED|STUB|MOCK)$"))
Expand Down

0 comments on commit d101992

Please sign in to comment.