Register decorator token type to avoid panic

This commit is contained in:
Jonas Schievink 2022-08-23 17:46:29 +02:00
parent 27e17ffd27
commit 5804412869

View file

@ -32,6 +32,7 @@ macro_rules! define_semantic_token_types {
SemanticTokenType::TYPE_PARAMETER,
SemanticTokenType::TYPE,
SemanticTokenType::VARIABLE,
SemanticTokenType::DECORATOR,
$($ident),*
];
};