How to highlight every element of the capture to replicate tree-sitter-comment's highlighting? #294
Unanswered
alexmozaidze
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
tree-sitter-comment


todo-comments
How can I recolor the commenter's name and the braces? The highlight color seems to recolor the entire capture.
My config
{ highlight = { pattern = ".*<((KEYWORDS)%(\\(.{-1,}\\))?):", keyword = "fg", after = "", } }Beta Was this translation helpful? Give feedback.
All reactions