I'm using CodeMirror 5.1. This article shows C# syntax highlighting, but apparently addresses an outdated version of CodeMirror.
Question: How do you achieve true C# highlighting with CodeMirror (and I don't mean the "clike" parser) ?
Note, that this is not a duplicate of this question. The solution there is "clike", which is not what I'm looking for.