dotnetpad icon indicating copy to clipboard operation
dotnetpad copied to clipboard

Code syntax highlighting does not work for multi-line statements

Open jbe2277 opened this issue 9 years ago • 0 comments

Syntax highlighting for this works:

/* One line comment. */

But this for this not:

/* Multi-line 
   comment. 
*/

jbe2277 avatar Jul 11 '16 20:07 jbe2277