mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
fix(c_sharp): missing query for delegate name
This commit is contained in:
parent
7aa24acae3
commit
d52c39ef16
1 changed files with 3 additions and 0 deletions
|
|
@ -190,6 +190,9 @@
|
|||
(enum_declaration
|
||||
name: (identifier) @type)
|
||||
|
||||
(delegate_declaration
|
||||
name: (identifier) @type)
|
||||
|
||||
(enum_member_declaration
|
||||
name: (identifier) @variable.member)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue