From 08ad3d52d8dfd7426a46be0a632ae5ef414a9814 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 25 Mar 2022 16:39:43 +0100 Subject: [PATCH] Fix rust classes --- themes/Steffula-color-theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/Steffula-color-theme.json b/themes/Steffula-color-theme.json index a28ee2a..381a7ba 100644 --- a/themes/Steffula-color-theme.json +++ b/themes/Steffula-color-theme.json @@ -88,7 +88,6 @@ "name": "Base", "scope": [ "meta.attribute.python", - "entity.name.type.rust", ], "settings": { "foreground": "#a9b7c6", @@ -387,7 +386,7 @@ "support.function.magic", "support.variable.magic", "keyword.other.this", - "keyword.other.crate", + "meta.use.rust keyword.other.crate", "keyword.other.special-method", "variable.parameter.function.language.special", "variable.language", @@ -554,6 +553,7 @@ "meta.tag.preprocessor", "meta.tag.metadata", "meta.attribute", + "meta.attribute keyword.operator.attribute.inner", "entity.name.function.decorator", "entity.name.function.macro", "punctuation.definition.decorator",