1
Vote

Coloring bug in code snippets

description

Coloring does not work correctly when inserting code snippets (happened to me with C# snippets). For example when inserting comments like :

/// <param name="s">The input string</param>

the closing tag is colored green like the tag value unlike the opening tag which is grey.

comments