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
name: (identifier) @method)
(invocation_expression
(member_access_expression
name: (identifier) @method))
; This would be nice but fails in some cases
; https://github.com/nvim-treesitter/nvim-treesitter/pull/203
; (invocation_expression
; (member_access_expression
; name: (identifier) @method))
(invocation_expression
(identifier) @method)
; (invocation_expression
; (identifier) @method)
((identifier) @field
(#match? @field "^_"))