aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-11-26 10:36:26 +0000
committerGitHub <[email protected]>2020-11-26 10:36:26 +0000
commited5c1753b3a9c40a26718a548909fe50c428737b (patch)
tree1e1ec240b498c27258ca085bed781924b7037d78 /editors/code/package.json
parent9b512f8569dda32fe2d12114adeed2f612d0190f (diff)
parentac314f88c62fed14afd608520ecfea6bdb0a3f31 (diff)
Merge #6496
6496: Use builtin scopes more r=matklad a=georgewfraser VSCode has added more builtin fallback scopes, so we can remove some of our fallback scopes by aligning with their conventions. Note that the macro scope doesn't seem to actually *work* at the moment. I have filed a bug with VSCode: https://github.com/microsoft/vscode/issues/110150 Co-authored-by: George Fraser <[email protected]>
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json3
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 5bf72075f..c3f1a0d8d 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -957,9 +957,6 @@
957 { 957 {
958 "language": "rust", 958 "language": "rust",
959 "scopes": { 959 "scopes": {
960 "macro": [
961 "entity.name.function.macro.rust"
962 ],
963 "attribute": [ 960 "attribute": [
964 "meta.attribute.rust" 961 "meta.attribute.rust"
965 ], 962 ],