languages/csharp: add csharpier formatter and assertions

This commit is contained in:
CaueAnjos 2026-04-18 21:50:51 -03:00
commit e60803d9d6
2 changed files with 61 additions and 11 deletions

View file

@ -494,6 +494,7 @@ https://github.com/gorbit99/codewindow.nvim
[CaueAnjos](https://github.com/caueanjos)
- Added razor support for `roslyn_ls` and `csharp_ls`
- Added `csharpier` formatter to csharp language
[mputz86](https://github.com/mputz86)