Closed batalooppak closed 10 months ago
Lucas @.***> wrote:
In MacOS with neatvi latest pull.
In C file:
Neatvi's syntax highlighting processes individual lines and cannot highlight multi-line patterns. Nevertheless, you can add the following pattern to highlights array in conf.h to highlight kernel-style C-comments:
{"c", {2 | SYN_IT}, "^\t*(/\\*.*| \\*.*| \\*\\//)$"},
It highlights comments similar to this:
/* abc
* def
*/
Ali
I updated conf.h to include this pattern.
Ali
I validate that it works. To me, this ticket can be closed.
I also validate. Thanks!
In MacOS with neatvi latest pull.
In C file: