diff options
author | Alexander Brevig | 2024-03-08 01:54:17 +0000 |
---|---|---|
committer | GitHub | 2024-03-08 01:54:17 +0000 |
commit | fd89c3c8335399e344e038f1141ea0657653a591 (patch) | |
tree | c843bfdc9983a71c335b117189b5e093b1f8ff36 /runtime/queries/comment | |
parent | 301dfb07ccf3df41c381300dddb760bf76745cf5 (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.scm | 5 |
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 |