aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/comment
diff options
context:
space:
mode:
authorAlexander Brevig2024-03-08 01:54:17 +0000
committerGitHub2024-03-08 01:54:17 +0000
commitfd89c3c8335399e344e038f1141ea0657653a591 (patch)
treec843bfdc9983a71c335b117189b5e093b1f8ff36 /runtime/queries/comment
parent301dfb07ccf3df41c381300dddb760bf76745cf5 (diff)
fix: close #9771 fix comments with `(` and `)` (#9800)
* fix: close #9771 update OCaml * fix: no longer match on ( ) as the underlying grammar handles these * fix: implement excellent corrections from review * fix: module -> namespace to match theme scopes
Diffstat (limited to 'runtime/queries/comment')
-rw-r--r--runtime/queries/comment/highlights.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/queries/comment/highlights.scm b/runtime/queries/comment/highlights.scm
index 4cefcdf7..ba26ca0b 100644
--- a/runtime/queries/comment/highlights.scm
+++ b/runtime/queries/comment/highlights.scm
@@ -1,8 +1,3 @@
-[
- "("
- ")"
-] @punctuation.bracket
-
":" @punctuation.delimiter
; Hint level tags