gf icon indicating copy to clipboard operation
gf copied to clipboard

Incorrect syntax highlight for multi-line comments

Open s4my opened this issue 1 year ago • 0 comments

If we have for example the following snippet of code:

/*
    TODO:
    - [] task 1
    - [] task 2
*/

Only the first line is highlighted with the correct color (i.e., ui.theme.codeComment).

s4my avatar Oct 16 '23 03:10 s4my