mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(c-sharp): add enum member declaration highlight query
This commit is contained in:
parent
1398b1ba46
commit
19bf991be2
1 changed files with 3 additions and 0 deletions
|
|
@ -141,6 +141,9 @@
|
|||
(enum_declaration
|
||||
name: (identifier) @type)
|
||||
|
||||
(enum_member_declaration
|
||||
name: (identifier) @variable.member)
|
||||
|
||||
(constructor_declaration
|
||||
name: (identifier) @constructor)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue