From 8e314a9f16f1109d5d484037e9f73e89585b5405 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 20 Nov 2022 02:36:14 +0100 Subject: [PATCH] Mark all `crate` keywords as `special` tokens --- themes/Steffula-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index 09a1bcb..d15a26e 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -338,7 +338,7 @@ "keyword.other.special-method", "keyword.other.this", "meta.function.definition keyword.operator.logical", - "meta.use.rust keyword.other.crate", + "keyword.other.crate", "support.function.builtin.shorthand.gdscript", "support.function.magic", "support.function.target.PHONY",