aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/comment/highlights.scm
Commit message (Collapse)AuthorAge
* fix: close #9771 fix comments with `(` and `)` (#9800)Alexander Brevig2024-03-08
| | | | | | | | | * 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
* update comment grammar (#9253)Kirawi2024-01-09
|
* feat(highlights): add more comment highlights (#8564)RoloEdits2023-10-26
|
* fix incorrect predicate in comment highlights (#7732)Pham Huy Hoang2023-07-25
|
* Extend the set of tags highlighted in comments (#6143)István Donkó2023-03-03
|
* Add tree-sitter-comment (#1300)Michael Davis2021-12-19
* Add tree-sitter-comment Fix #1164 * fix precedence in tree-sitter-comment highlights connects https://github.com/helix-editor/helix/pull/1170 * set injection-regex for comment language * remove comment filetype * fix comment injections for neovim-style injections tags * add comment injections for elixir * remove f.comment * fix spacing in .gitmodules * run 'cargo xtask docgen' Co-authored-by: Ivan Tham <pickfire@riseup.net>