]> git.eshelyaron.com Git - emacs.git/commit
Improve fontification in csharp-ts-mode (bug#59897)
authorJostein Kjønigsen <jostein@kjonigsen.net>
Thu, 8 Dec 2022 10:07:15 +0000 (11:07 +0100)
committerYuan Fu <casouri@gmail.com>
Wed, 14 Dec 2022 22:30:52 +0000 (14:30 -0800)
commita54d5f500c1a9959b1f87c731aa9ac1b7eed27c9
tree99f3e6437d15ffd58495dac213c79160a586ce34
parent3db2f560bb7c41d93de4bebc0247e5fc597bd534
Improve fontification in csharp-ts-mode (bug#59897)

Fixes highlighting of generic methods like the one below:

instance.MethodWithTypeArguments<Type>(...);
InClassMethodWithTypeArguments<Type>(...);

* lisp/progmodes/csharp-mode.el (csharp-ts-mode--font-lock-settings):
Add new rule.
lisp/progmodes/csharp-mode.el