mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
csharp-mode.el: fontify variables assigned from awaited tasks
* lisp/progmodes/csharp-mode.el (csharp-ts-mode--font-lock-settings): Add missing selector. (Bug#79825)
This commit is contained in:
parent
42a176d0de
commit
fef4084b54
1 changed files with 1 additions and 0 deletions
|
|
@ -1036,6 +1036,7 @@ function is called. Subsequent calls return the first evaluated value."
|
|||
(string_literal)
|
||||
(binary_expression)
|
||||
(invocation_expression)
|
||||
(await_expression)
|
||||
(member_access_expression)
|
||||
(conditional_expression)])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue