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:
parent
d3d1c3a0d1
commit
daa245b13b
|
@ -583,6 +583,7 @@ local highlight_groups = {
|
|||
rustConstraint = 'Operator',
|
||||
rustDynKeyword = 'rustStorage',
|
||||
rustGeneric = 'Delimiter',
|
||||
rustEscape = 'SpecialChar',
|
||||
rustIdentifier = 'Identifier',
|
||||
rustKeyword = 'Keyword',
|
||||
rustLifetime = 'Label',
|
||||
|
|
Loading…
Reference in New Issue