diff options
author | Theodor Thornhill <theo@thornhill.no> | 2022-12-08 11:08:28 +0100 |
---|---|---|
committer | Yuan Fu <casouri@gmail.com> | 2022-12-12 15:08:54 -0800 |
commit | 647b6a8099f414e5a7b162efd3658e174064dfe7 (patch) | |
tree | a1a1c7393e0ea87c5202e0ad06df2fb188cf9dcb /lisp/progmodes/java-ts-mode.el | |
parent | 5b178efd85a65dd44c33058948ad5fe18b580067 (diff) | |
download | emacs-647b6a8099f414e5a7b162efd3658e174064dfe7.tar.gz emacs-647b6a8099f414e5a7b162efd3658e174064dfe7.tar.bz2 emacs-647b6a8099f414e5a7b162efd3658e174064dfe7.zip |
Add expression for generic_name in csharp-ts-mode (bug#59897)
Given the below example, we want 'services' to be font-locked in
'font-lock-variable-name-face' in all cases. Previously this only
worked in the first case, and the other was font-locked as
'font-lock-function-name-face'.
namespace Foo {
void Foo() {
services.Add();
services.Add<MyType>();
}
}
* lisp/progmodes/csharp-mode.el (csharp-ts-mode--font-lock-settings):
Add new query that makes the mentioned example work.
Diffstat (limited to 'lisp/progmodes/java-ts-mode.el')
0 files changed, 0 insertions, 0 deletions