From e312174b6fc8e46e40c7e28d9eac4f2573615f7c Mon Sep 17 00:00:00 2001 From: Jaakko Paju <36770267+JPaju@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:56:37 +0200 Subject: [PATCH] Change include query --- runtime/queries/hocon/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/queries/hocon/highlights.scm b/runtime/queries/hocon/highlights.scm index 95163ce33a95..dc9b1674bdc6 100644 --- a/runtime/queries/hocon/highlights.scm +++ b/runtime/queries/hocon/highlights.scm @@ -20,7 +20,7 @@ "required" ] @function.builtin -(include "include" @include) +(include @keyword.control.import) [ "(" ")" "[" "]" "{" "}" ] @punctuation.bracket