Commenting out the attempt to highlight method calls for now

This commit is contained in:
Steve Vermeulen 2020-07-19 13:59:43 -07:00
parent c714041d32
commit c674b3d0ea

View file

@ -2,12 +2,14 @@
(method_declaration (method_declaration
name: (identifier) @method) name: (identifier) @method)
(invocation_expression ; This would be nice but fails in some cases
(member_access_expression ; https://github.com/nvim-treesitter/nvim-treesitter/pull/203
name: (identifier) @method)) ; (invocation_expression
; (member_access_expression
; name: (identifier) @method))
(invocation_expression ; (invocation_expression
(identifier) @method) ; (identifier) @method)
((identifier) @field ((identifier) @field
(#match? @field "^_")) (#match? @field "^_"))