diff options
author | George Fraser <[email protected]> | 2020-11-07 18:50:57 +0000 |
---|---|---|
committer | George Fraser <[email protected]> | 2020-11-07 18:50:57 +0000 |
commit | fe435ffb2728be87df1bba4d0ef5ae8b9626c120 (patch) | |
tree | 84355a59d504dfc0889e11d89cdbd927e78a24e6 /editors | |
parent | f3fe6561c00a07a7d6131db42983cbc3eb658957 (diff) |
Use builtin scopes more
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 0 insertions, 9 deletions
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 @@ | |||
939 | { | 939 | { |
940 | "language": "rust", | 940 | "language": "rust", |
941 | "scopes": { | 941 | "scopes": { |
942 | "macro": [ | ||
943 | "entity.name.function.macro.rust" | ||
944 | ], | ||
945 | "attribute": [ | 942 | "attribute": [ |
946 | "meta.attribute.rust" | 943 | "meta.attribute.rust" |
947 | ], | 944 | ], |
@@ -951,9 +948,6 @@ | |||
951 | "boolean": [ | 948 | "boolean": [ |
952 | "constant.language.boolean.rust" | 949 | "constant.language.boolean.rust" |
953 | ], | 950 | ], |
954 | "builtinType": [ | ||
955 | "support.type.primitive.rust" | ||
956 | ], | ||
957 | "lifetime": [ | 951 | "lifetime": [ |
958 | "storage.modifier.lifetime.rust" | 952 | "storage.modifier.lifetime.rust" |
959 | ], | 953 | ], |
@@ -972,9 +966,6 @@ | |||
972 | "keyword.controlFlow": [ | 966 | "keyword.controlFlow": [ |
973 | "keyword.control.rust" | 967 | "keyword.control.rust" |
974 | ], | 968 | ], |
975 | "variable.constant": [ | ||
976 | "variable.other.constant.rust" | ||
977 | ], | ||
978 | "formatSpecifier": [ | 969 | "formatSpecifier": [ |
979 | "punctuation.section.embedded.rust" | 970 | "punctuation.section.embedded.rust" |
980 | ], | 971 | ], |