Closed
Description
I have been following emacs-tree-sitter
development for a while, and after watching https://emacsconf.org/2020/talks/23/, I feel we at least should talk about this feature being incorporated into csharp-mode
after #200 and numerous other issues.
What would be the benefits?
- No reliance on CC Mode
- Highlighting would be easier to configure
- Indentation could be provided (I think?)
- More?
This would be yet another rewrite - yay! However, csharp-mode
is in a kind of good place, in that what it provides is mostly indentation and highlighting, leaving most of the smarts to lsp-mode
. This is obviously a wishlist feature.
CC @ubolonton (Just letting you know this issue exists)