Skip to content

Commit

Permalink
Add object_creation_expression to font-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
zonuexe committed Dec 9, 2023
1 parent d7d1ad0 commit 3ccf0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions php-ts-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ see https://www.php.net/manual/language.constants.predefined.php")
name: (name) @font-lock-function-call-face)
(member_call_expression
name: (name) @font-lock-function-call-face)
(object_creation_expression (name) @font-lock-type-face)
(function_definition
name: (name) @font-lock-function-name-face))

Expand Down

0 comments on commit 3ccf0d4

Please sign in to comment.