Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 77aab6a

Browse files
Ben3eeEclaytonrcarter
authored andcommitted
scope scoped call expressions
1 parent 180a5c2 commit 77aab6a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

grammars/tree-sitter-php.cson

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ scopes:
5252
'float': 'constant.numeric'
5353

5454
'function_call_expression > qualified_name': 'entity.name.function'
55+
'scoped_call_expression > name': 'entity.name.function'
56+
5557
'variable_name': 'variable'
5658
'member_access_expression > name': 'variable.other.object.property'
5759

0 commit comments

Comments
 (0)