Description
The syntax highlighting is a bit lacking. When VSCode added syntax APIs, Ionide used that instead of Regex and it got so much better. Would it be possible to follow the work done here: emacs-csharp/csharp-mode#201 and use https://emacs-tree-sitter.github.io for more fine grained highlighting?
Expected behavior
Detailed syntax highlighting like Ionide in VSCode
Actual behavior
Too little of the code is highlighted, but it would be nice to get e.g. types, namespaces and members in different colors.