Syntax highlighting for this works: ``` C# /* One line comment. */ ``` But this for this not: ``` C# /* Multi-line comment. */ ```
Syntax highlighting for this works:
/* One line comment. */But this for this not: