-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: Allow multiple highlight colors (expand #255) #306
Comments
@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. |
@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) |
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. |
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 😃 |
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. |
This issue was closed because it has been stalled for 7 days with no activity. |
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.--- FIXME(folke): something is broken
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
The text was updated successfully, but these errors were encountered: