mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
highlights(c#): highlight calls of methods
This commit is contained in:
parent
44e44c31a4
commit
ac5bd10633
1 changed files with 6 additions and 2 deletions
|
|
@ -8,8 +8,12 @@
|
|||
|
||||
(interpolation) @none
|
||||
|
||||
; (invocation_expression
|
||||
; (identifier) @method)
|
||||
(invocation_expression
|
||||
(member_access_expression
|
||||
name: (identifier) @method))
|
||||
|
||||
(invocation_expression
|
||||
(identifier) @method)
|
||||
|
||||
((identifier) @field
|
||||
(#match? @field "^_"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue