aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorMatthew Jasper <[email protected]>2020-05-21 17:40:52 +0100
committerMatthew Jasper <[email protected]>2020-05-24 15:12:17 +0100
commite2d36cb692f042f2051a8a88d271a297a3d333a4 (patch)
treed1a0e14c800398d6142438696200992cceaf6af1 /editors/code
parent7e862626cc892662c3c95ba393483ac89c07e31a (diff)
Highlight `true` and `false` as literals
Diffstat (limited to 'editors/code')
-rw-r--r--editors/code/package.json3
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 ],