Skip to content

Commit 72f2372

Browse files
committed
object_creation_expression qualified_name highlight
1 parent 5f613ff commit 72f2372

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

php-ts-mode.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,9 @@ see https://www.php.net/manual/language.constants.predefined.php")
209209
(member_call_expression
210210
name: (name) @php-method-call)
211211
(object_creation_expression (name) @php-class)
212+
(object_creation_expression
213+
(qualified_name (namespace_name_as_prefix) @php-class
214+
(name) @php-class))
212215
(attribute (name) @php-class)
213216
(attribute (qualified_name) @php-class)
214217

0 commit comments

Comments
 (0)