Document semantic token tags

This commit is contained in:
Lukas Wirth
2021-05-26 15:23:05 +02:00
parent 5a1fd05760
commit 7ebfc3d410
3 changed files with 76 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ define_semantic_token_types![
(BRACE, "brace"),
(BRACKET, "bracket"),
(BUILTIN_TYPE, "builtinType"),
(CHAR_LITERAL, "characterLiteral"),
(CHAR, "character"),
(COLON, "colon"),
(COMMA, "comma"),
(COMPARISON, "comparison"),