diff options
author | George Fraser <[email protected]> | 2020-05-16 03:27:18 +0100 |
---|---|---|
committer | George Fraser <[email protected]> | 2020-05-16 03:27:18 +0100 |
commit | fd83d0e9ba4605d8060ff0eca83ae9de0202a8a7 (patch) | |
tree | 1f36e44b9115d94b04f9b90d6ee29f66f17afa92 /editors | |
parent | cffa70be01d4353184f874fc4768b692e255dd30 (diff) |
Color macros (fixes #4462)
Diffstat (limited to 'editors')
-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 | ], |