gf
gf copied to clipboard
Incorrect syntax highlight for multi-line 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
).