How to show syntax error for C# in codemirror?

201 Views Asked by At

I have looked into the addons for lint and hint in codemirror, but they only support a couple of languages. I am using angularjs to implement codemirror C# editor. How can I show syntax errors for C# language using codemirror like this image?

enter image description here

0

There are 0 best solutions below