dotnetpad
dotnetpad copied to clipboard
Code syntax highlighting does not work for multi-line statements
Syntax highlighting for this works:
/* One line comment. */
But this for this not:
/* Multi-line
comment.
*/