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