Syntax highlighting for escape sequences in strings
This commit is contained in:
@@ -324,6 +324,7 @@ fn semantic_token_type_and_modifiers(
|
||||
HighlightTag::UnresolvedReference => semantic_tokens::UNRESOLVED_REFERENCE,
|
||||
HighlightTag::FormatSpecifier => semantic_tokens::FORMAT_SPECIFIER,
|
||||
HighlightTag::Operator => lsp_types::SemanticTokenType::OPERATOR,
|
||||
HighlightTag::EscapeSequence => semantic_tokens::ESCAPE_SEQUENCE,
|
||||
};
|
||||
|
||||
for modifier in highlight.modifiers.iter() {
|
||||
|
||||
Reference in New Issue
Block a user