Closed josteink closed 1 year ago
Something like this?
Added in 093f0f2
Keeping it open until csharp-mode
is fixed as well :)
This was mostly meant as a reminder to self, but uh, if you insist 😅
I can try to fix the boring “old” major-mode.
I think the simplest fix is to add it as a primitive keyword. It will get a different color, but will be fontified. The other groups give semantic meaning as well, and is bound to break things - maybe :)
Old issue is old. Closing :)
In latest C# you can import specific classes from specific namespaces using the following syntax:
Docs on syntax can be found here.
We should try to get this implemented in
csharp-mode
too, and in particularcsharp-tree-sitter-mode
:)