I want to drop the "Better Comments" extension, and use this one instead.
That extension has support for colouring/styling various comments like:
//! this would be in red
//? this would be in blue
//* this would be in green
I added this config:
"!": { "foreground": "#FF0000", "background": "#00000000", "hideFromTree": true, "type": "text-and-comment" },
That works, but also colours the next line too, e.g.:
//! this is red
// this is red too
Can this be done?
I want to drop the "Better Comments" extension, and use this one instead.
That extension has support for colouring/styling various comments like:
I added this config:
That works, but also colours the next line too, e.g.:
Can this be done?