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 578ee8b0eaf..21039ced885 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -644,6 +644,9 @@ "function.attribute": [ "entity.name.function.attribute.rust" ], + "boolean": [ + "constant.language.boolean.rust" + ], "builtinType": [ "support.type.primitive.rust" ], |
