diff options
| author | Wilman Barrios <wilmanbarrios@gmail.com> | 2021-08-30 23:06:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-30 22:06:09 -0500 |
| commit | 6cd6a292139b5bc614ce101fcfcfec48ae8f020a (patch) | |
| tree | 85b837c68fbd8238a693778e3f60e3706e32084c /queries/php | |
| parent | cd4c0a7526561ff94b80bde0a058c1661b62da76 (diff) | |
Fix method access using php nullsafe operator (#1773)
Diffstat (limited to 'queries/php')
| -rw-r--r-- | queries/php/highlights.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm index 7005518c..d9d27051 100644 --- a/queries/php/highlights.scm +++ b/queries/php/highlights.scm @@ -34,6 +34,9 @@ (function_definition name: (name) @function) +(nullsafe_member_call_expression + name: (name) @method) + ; Member (property_element |
