diff options
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 578ee8b0e..21039ced8 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -644,6 +644,9 @@ | |||
644 | "function.attribute": [ | 644 | "function.attribute": [ |
645 | "entity.name.function.attribute.rust" | 645 | "entity.name.function.attribute.rust" |
646 | ], | 646 | ], |
647 | "boolean": [ | ||
648 | "constant.language.boolean.rust" | ||
649 | ], | ||
647 | "builtinType": [ | 650 | "builtinType": [ |
648 | "support.type.primitive.rust" | 651 | "support.type.primitive.rust" |
649 | ], | 652 | ], |