From 158a0022d0ada63c8771f7c4905d836f99937864 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 29 Jul 2022 06:49:50 +0200 Subject: [PATCH] Fix GDScript `get_node` calls getting colored as `function-declaration`s --- themes/Steffula-color-theme.json | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 56665d0..d0adb2a 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -254,6 +254,7 @@ "support.function.target", "support.function", "source.rst keyword.control", + "meta.literal.nodepath.gdscript entity.name.function.gdscript" ], "settings": { "foreground": "#e6e68a",