Highlight true and false as literals

This commit is contained in:
Matthew Jasper
2020-05-21 17:40:52 +01:00
parent 7e862626cc
commit e2d36cb692
10 changed files with 14 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ macro_rules! define_semantic_token_types {
define_semantic_token_types![
(ATTRIBUTE, "attribute"),
(BOOLEAN, "boolean"),
(BUILTIN_TYPE, "builtinType"),
(ENUM_MEMBER, "enumMember"),
(LIFETIME, "lifetime"),