diff options
author | Vladyslav Karasov | 2024-03-27 13:31:35 +0000 |
---|---|---|
committer | GitHub | 2024-03-27 13:31:35 +0000 |
commit | f21efc7a2fe579d06867d63c3ec86b1458415707 (patch) | |
tree | ab5d7ea5e8c3393dc0e180de48fe45ca33ec8684 /runtime/queries/comment | |
parent | cb286b7a5df247057602f3bba3254b4c58093375 (diff) |
fix: don't highlight colons (:) in comments (#10014)
Diffstat (limited to 'runtime/queries/comment')
-rw-r--r-- | runtime/queries/comment/highlights.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/queries/comment/highlights.scm b/runtime/queries/comment/highlights.scm index ba26ca0b..e0916cec 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)$")) |