mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
fix(c_sharp): missing query for delegate name
This commit is contained in:
committed by
Christian Clason
parent
1c760c1888
commit
8ab64a37ea
@@ -190,6 +190,9 @@
|
||||
(enum_declaration
|
||||
name: (identifier) @type)
|
||||
|
||||
(delegate_declaration
|
||||
name: (identifier) @type)
|
||||
|
||||
(enum_member_declaration
|
||||
name: (identifier) @variable.member)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user