Open aarondill opened 3 months ago
This is similar to the desired result (this is tree-sitter-comment
):
@aarondill Hey, I am looking for this exact feature, how did u achieve what's in your screenshot?
@Kyren223, that screenshot is currently impossible to replicate with this plugin.
If you want exactly that screenshot though, you can uninstall this plugin and install the typescript comment parser via :TSInstall comment
@aarondill ah thx, I might end up forking this, I have wanted to have more customization for a while, like being able to specify both a bg and fg per section per type so I can have have 3 splits or even more for -- |TODO|(kyren)|: |text| (| used to indicate diff sections)
EDIT: and then instead of color =
if you do, please open a PR to hopefully upstream those changes to the rest of us 😃
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
not stale.
@Kyren223 did you get anywhere with that?
Currently I mostly use IntelliJ + IdeaVim (as I code in java), and for what I do in NeoVim (docs for the Java project) I don't really need this feature, so I haven't needed it. I might pick it up if my next project will use something like Rust where nvim is good at.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
a comment a day keeps the stalebot away 😃
Did you check the docs?
Is your feature request related to a problem? Please describe.
I'd like to highlight the user portion of todo comments in a different color. For example, in the below,
FIXME
would be one color,(folke)
would be a different, and: something is broken
would remain unhighlighted.Describe the solution you'd like
Accept a list for the
color
argument. Color each capture group in the regex after the first with it's corresponding color. For example, the below would accomplish the above highlighting.Describe alternatives you've considered
comment.scm
andtree-sitter-comment
Additional context
No response