mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix method access using php nullsafe operator (#1773)
This commit is contained in:
parent
cd4c0a7526
commit
6cd6a29213
1 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,9 @@
|
|||
(function_definition
|
||||
name: (name) @function)
|
||||
|
||||
(nullsafe_member_call_expression
|
||||
name: (name) @method)
|
||||
|
||||
; Member
|
||||
|
||||
(property_element
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue