From fe435ffb2728be87df1bba4d0ef5ae8b9626c120 Mon Sep 17 00:00:00 2001 From: George Fraser Date: Sat, 7 Nov 2020 10:50:57 -0800 Subject: Use builtin scopes more --- editors/code/package.json | 9 --------- 1 file changed, 9 deletions(-) (limited to 'editors/code') diff --git a/editors/code/package.json b/editors/code/package.json index eccafccdd..02d352124 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -939,9 +939,6 @@ { "language": "rust", "scopes": { - "macro": [ - "entity.name.function.macro.rust" - ], "attribute": [ "meta.attribute.rust" ], @@ -951,9 +948,6 @@ "boolean": [ "constant.language.boolean.rust" ], - "builtinType": [ - "support.type.primitive.rust" - ], "lifetime": [ "storage.modifier.lifetime.rust" ], @@ -972,9 +966,6 @@ "keyword.controlFlow": [ "keyword.control.rust" ], - "variable.constant": [ - "variable.other.constant.rust" - ], "formatSpecifier": [ "punctuation.section.embedded.rust" ], -- cgit v1.2.3