Add new Punctuation highlight tag

This commit is contained in:
Leander Tentrup
2020-07-15 16:34:11 +02:00
parent 33832d43fc
commit 119e71d9ea
10 changed files with 188 additions and 184 deletions

View File

@@ -43,6 +43,7 @@ define_semantic_token_types![
(FORMAT_SPECIFIER, "formatSpecifier"),
(GENERIC, "generic"),
(LIFETIME, "lifetime"),
(PUNCTUATION, "punctuation"),
(SELF_KEYWORD, "selfKeyword"),
(TYPE_ALIAS, "typeAlias"),
(UNION, "union"),