mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
fix(c_sharp): missing highlight for lambda modifier (#8526)
This commit is contained in:
parent
d660b7c002
commit
a8845121f0
1 changed files with 3 additions and 0 deletions
|
|
@ -327,6 +327,9 @@
|
|||
(lambda_expression
|
||||
type: (identifier) @type)
|
||||
|
||||
(lambda_expression
|
||||
(modifier) @keyword.modifier)
|
||||
|
||||
(as_expression
|
||||
right: (identifier) @type)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue