Syntax highlighting for escape sequences in strings

This commit is contained in:
Leander Tentrup
2020-06-17 15:27:13 +02:00
parent 931f317399
commit 2145e2d878
12 changed files with 38 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ define_semantic_token_types![
(UNION, "union"),
(UNRESOLVED_REFERENCE, "unresolvedReference"),
(FORMAT_SPECIFIER, "formatSpecifier"),
(ESCAPE_SEQUENCE, "escapeSequence"),
];
macro_rules! define_semantic_token_modifiers {