mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -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
|
(interpolation) @none
|
||||||
|
|
||||||
; (invocation_expression
|
(invocation_expression
|
||||||
; (identifier) @method)
|
(member_access_expression
|
||||||
|
name: (identifier) @method))
|
||||||
|
|
||||||
|
(invocation_expression
|
||||||
|
(identifier) @method)
|
||||||
|
|
||||||
((identifier) @field
|
((identifier) @field
|
||||||
(#match? @field "^_"))
|
(#match? @field "^_"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue