From fd7cea8fc96bfe782ca4576100c39c6ffd15e150 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 4 Oct 2023 16:43:30 +0200 Subject: Make the type definition brackets punctuation --- queries/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'queries') diff --git a/queries/highlights.scm b/queries/highlights.scm index cf92992..8199a2b 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -1,4 +1,4 @@ -(type_annotation) @type +(type_annotation) @punctuation (member_type) @operator (member) @property (parameter_list) @function -- cgit