From db67f5e517642eafe77be3714171880ea0372f80 Mon Sep 17 00:00:00 2001 From: Tormod Alf Try Tufteland Date: Sat, 20 Mar 2021 17:40:40 +0100 Subject: attribute in stead of annotation --- queries/kotlin/highlights.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm index 7c59815b..17eeab2a 100644 --- a/queries/kotlin/highlights.scm +++ b/queries/kotlin/highlights.scm @@ -70,9 +70,9 @@ (type_identifier) @type ;; Annotations -(annotation (single_annotation) @annotation) -(single_annotation (user_type (type_identifier) @annotation)) -(single_annotation (constructor_invocation (user_type (type_identifier) @annotation))) +(annotation (single_annotation) @attribute) +(single_annotation (user_type (type_identifier) @attribute)) +(single_annotation (constructor_invocation (user_type (type_identifier) @attribute))) ;; it -- cgit v1.2.3