highlights(php): highlight traits names as type

This commit is contained in:
Wilman Barrios 2022-02-19 13:20:22 -04:00 committed by Stephan Seitz
parent 6ef19f9d9d
commit c0783485e8

View file

@ -27,6 +27,8 @@
(class_constant_access_expression
. [(name) (qualified_name)] @type
(name) @constant)
(trait_declaration
name: (name) @type)
; Functions, methods, constructors