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

@@ -327,6 +327,7 @@ fn semantic_token_type_and_modifiers(
HighlightTag::FormatSpecifier => semantic_tokens::FORMAT_SPECIFIER,
HighlightTag::Operator => lsp_types::SemanticTokenType::OPERATOR,
HighlightTag::EscapeSequence => semantic_tokens::ESCAPE_SEQUENCE,
HighlightTag::Punctuation => semantic_tokens::PUNCTUATION,
};
for modifier in highlight.modifiers.iter() {