cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

Syntax highlighting ignores /* */ style comments #40

Closed jnm2 closed 5 years ago

jnm2 commented 8 years ago

Visual Studio 2015.3, extension version 0.1.1.0.

// comments are styled. /* */ are not styled, regardless of whether they are spread across lines.

Also, this should work like it does for cs files:

/*
DoA();
/*/
DoB();
//*/

So you can switch with one keypress:

//*
DoA();
/*/
DoB();
//*/
jnm2 commented 5 years ago

It this was tracking work that you still want to do, please feel free to reopen! Otherwise, cleaning up due to inactivity.