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 <george@fivetran.com>
This commit is contained in:
bors[bot]
2020-11-26 10:36:26 +00:00
committed by GitHub

View File

@@ -957,9 +957,6 @@
{
"language": "rust",
"scopes": {
"macro": [
"entity.name.function.macro.rust"
],
"attribute": [
"meta.attribute.rust"
],