diff --git a/editors/code/package.json b/editors/code/package.json index 4e7e3faf70..2dbbde8527 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -604,6 +604,9 @@ { "language": "rust", "scopes": { + "macro": [ + "entity.name.function.macro.rust" + ], "attribute": [ "meta.attribute.rust" ],