From 3f5ff9b43491bdd763a7a3c005e158b5422f2e90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Lito=C5=A1?= <54900518+JosefLitos@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:36:07 +0100 Subject: [PATCH] Update queries/kotlin/highlights.scm Co-authored-by: ObserverOfTime --- queries/kotlin/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm index 8cbf402a8..22f320032 100644 --- a/queries/kotlin/highlights.scm +++ b/queries/kotlin/highlights.scm @@ -48,7 +48,7 @@ (type_identifier) @type ; '?' operator, replacement for Java @Nullable -(nullable_type) @attribute +(nullable_type) @punctuation.special (type_alias (type_identifier) @type.definition)