Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
| -rw-r--r-- | editors/code/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 550b28e1cd..57757553a7 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1241,6 +1241,11 @@ "superType": "operator" }, { + "id": "macroBang", + "description": "Style for the ! token of macro calls", + "superType": "punctuation" + }, + { "id": "operator", "description": "Style for operators", "superType": "punctuation" @@ -1378,6 +1383,9 @@ "lifetime": [ "storage.modifier.lifetime.rust" ], + "macroBang": [ + "entity.name.function.macro.rust" + ], "method": [ "entity.name.function.rust" ], |