When editing my vbhtml pages, I've noticed that everything syntax-highlights properly except for the CSS enclosed in the <style>...</style>
block. Inline CSS like <td style="color:yellow"...
still highlights correctly, but not the CSS inside the <style>...</style>
block.
Is there a special trick or setting in VS2015 that I need to enable in order to get proper CSS highlighting within the <style>...</style>
block?