mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(c_sharp): missing highlight for lambda modifier (#8526)
This commit is contained in:
@@ -327,6 +327,9 @@
|
||||
(lambda_expression
|
||||
type: (identifier) @type)
|
||||
|
||||
(lambda_expression
|
||||
(modifier) @keyword.modifier)
|
||||
|
||||
(as_expression
|
||||
right: (identifier) @type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user