I'm working with Castle Monorails and NVelocity as a view engine. The syntax highlighting works when I go to Tools > Options > Text Editor > File Extension and add "vm" to "HTML Editor" on Editor Experience.
Here's the exception:
When a file does not start with a tag, but with velocity syntax, the syntax highlighting fails. Example
#*
Some comment with development notes about this file..
*#
<div>
<p>The actual markup</p>
</div>
Anyone have a fix for this issue?