> On Sep 19, 2024, at 11:07 PM, Eli Zaretskii wrote: > >> From: >> Date: Thu, 19 Sep 2024 12:33:13 -0700 >> >> Normal `csharp-mode` works fine to display C# files with syntax >> highlighting - if you use `csharp-ts-mode`, however, all syntax >> highlighting is lost. > > Do you see any error messages in *Messages* when you use > csharp-ts-mode? > > Theo and Yuan, it sounds like the C# grammar made some incompatible > change? Can we fix this ASAP (on the release branch), please? Tree-sitter-csharp devs changed so many things, it’s crazy. Anyway, here’s a patch that works with the latest grammar. Theo, can you use a test C# file and see if the new rules cover everything the old rules cover? Yuan