Wrong Syntax Highliting

Hi,

I tried to start a small project with the TextEditor and Syntax Highlighting, but it looks like that.
“Consol, Debug, …” should be highlighted in another color …

Thanks
Patrick

Hi Patrick,

Most likely, you’re trying to use an advanced C# parser, which performs lexical and syntax analysis but not semantic analysis.

Please try RoslynParser instead; here’s what it looks like:

Kind regards,
Dmitry