Color attribute functions

This commit is contained in:
George Fraser
2020-05-12 21:58:51 -07:00
parent 38e8f35855
commit 47ce5ea581
7 changed files with 24 additions and 4 deletions

View File

@@ -67,6 +67,7 @@ define_semantic_token_modifiers![
(CONTROL_FLOW, "controlFlow"),
(MUTABLE, "mutable"),
(UNSAFE, "unsafe"),
(ATTRIBUTE_MODIFIER, "attribute"),
];
#[derive(Default)]