diff options
Diffstat (limited to 'editors/code')
-rw-r--r-- | editors/code/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 4e7e3faf7..2dbbde852 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -604,6 +604,9 @@ | |||
604 | { | 604 | { |
605 | "language": "rust", | 605 | "language": "rust", |
606 | "scopes": { | 606 | "scopes": { |
607 | "macro": [ | ||
608 | "entity.name.function.macro.rust" | ||
609 | ], | ||
607 | "attribute": [ | 610 | "attribute": [ |
608 | "meta.attribute.rust" | 611 | "meta.attribute.rust" |
609 | ], | 612 | ], |