From 6d44cc06f435cd42d71a4266f68166850a61bd99 Mon Sep 17 00:00:00 2001 From: Wilman Barrios Date: Sat, 19 Feb 2022 13:44:00 -0400 Subject: highlights(php): highlight use declaration name as type --- queries/php/highlights.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'queries/php') diff --git a/queries/php/highlights.scm b/queries/php/highlights.scm index 25ff9c37..c9fbe299 100644 --- a/queries/php/highlights.scm +++ b/queries/php/highlights.scm @@ -29,6 +29,8 @@ (name) @constant) (trait_declaration name: (name) @type) +(use_declaration + (name) @type) ; Functions, methods, constructors -- cgit v1.2.3