Jostein Kjønigsen writes: > When I use the new csharp-ts-mode, method fontification is usually accurate with only 1 exception which I have > encountered so far: > > When calling methods on objects, and that method accepts a generic type-argument. You typically see this in > Startup.cs-like files in ASP.Net Core projects: > > services.AddSomeExtensionWithoutTypeArguments(); > services.AddSomeExtensionWithTypeArguments(); > > In the above cases we see that fontification of "services" differs. > > For the first line, services is fontified using font-lock-variable-name-face (correct), but in the latter case services > is fontified using font-lock-function-name-face (incorrect). > > In both cases I expected services to be fontified using font-lock-variable-name-face. > Can you test this patch, Jostein, and if you're happy, please install, Yuan :-) BTW, I think the ruleset is getting pretty gnarly in csharp-mode, so maybe we should consider slimming it down a little (without losing granularity) for perf reasons down the line! Theo