microsoft / monaco-editor

A browser based code editor
https://microsoft.github.io/monaco-editor/
MIT License
39.84k stars 3.56k forks source link

Please add Blazor syntax highlighter. #2543

Open hevilhuy opened 3 years ago

hevilhuy commented 3 years ago

Blazor syntax is really like razor, just need to change the @{ } block to @code { } block.

KristianMariyanov commented 2 years ago

That will be a great feature. Really useful for projects like BlazorREPL

hevilhuy commented 2 years ago

That will be a great feature. Really useful for projects like BlazorREPL

Yes, I request because I created Blazor School. As you can see on the website, the code colourize is not correct sometimes.

jsandv commented 2 years ago

This would be awesome. Does work around exist?