mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(php): highlights function call expression
This commit is contained in:
parent
a01edfbdfb
commit
88bd7f5cb3
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@
|
|||
(function_call_expression
|
||||
function: (qualified_name (name)) @function)
|
||||
|
||||
(function_call_expression
|
||||
(name) @function)
|
||||
|
||||
(scoped_call_expression
|
||||
name: (name) @function)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue