feat(scope): add proper rustEscape support

This is linked to `Special` rather than `SpecialChar`. Small change but
this is what `SpecialChar` is for.
This commit is contained in:
Iron-E 2021-02-04 18:52:14 -05:00
parent d3d1c3a0d1
commit daa245b13b
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -583,6 +583,7 @@ local highlight_groups = {
rustConstraint = 'Operator',
rustDynKeyword = 'rustStorage',
rustGeneric = 'Delimiter',
rustEscape = 'SpecialChar',
rustIdentifier = 'Identifier',
rustKeyword = 'Keyword',
rustLifetime = 'Label',