There doesn't seem to be an out of the box dynamic lexer for the C# Razor syntax. Are there any plans to add this?
If I have to create the dynamic lexer myself would I start with the HTML/CSS lexer and add Razor as a child language, or start with a Razor definition and add HTML/CSS as a child language?
Any other hints or tips you can provide to help me create the Razor lexer would be helpful.