Remove syntax highlighting hack for builtin attrs

This commit is contained in:
Lukas Wirth
2021-12-03 16:53:30 +01:00
parent e58af219a4
commit d1677f3286
13 changed files with 62 additions and 83 deletions

View File

@@ -65,6 +65,7 @@ define_semantic_token_types![
(SELF_KEYWORD, "selfKeyword"),
(SEMICOLON, "semicolon"),
(TYPE_ALIAS, "typeAlias"),
(TOOL, "tool"),
(UNION, "union"),
(UNRESOLVED_REFERENCE, "unresolvedReference"),
];