Closed lobneroO closed 2 weeks ago
I have the same problem on MacOS Sequoia. I haven't submitted an issue because I was going to see if I could fix it and submit a PR, but I haven't had time. I'll try to work on it later tonight.
Well, that didn't happen. Sometime this week, maybe?
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 docs and existing issues?
Neovim version (nvim -v)
v0.10.1
Operating system/version
Windows 11
Describe the bug
The multiline TODO comment colours the comment, but in every line it starts at the same character (i.e. not in the beginning of a new line). This is a problem, if the
TODO:
string is not the first string of a comment:Steps To Reproduce
Expected Behavior
Either the entire TODO line (and multiline comment) or at least the entire comment + full following lines are coloured
Repro