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',
|
rustConstraint = 'Operator',
|
||||||
rustDynKeyword = 'rustStorage',
|
rustDynKeyword = 'rustStorage',
|
||||||
rustGeneric = 'Delimiter',
|
rustGeneric = 'Delimiter',
|
||||||
|
rustEscape = 'SpecialChar',
|
||||||
rustIdentifier = 'Identifier',
|
rustIdentifier = 'Identifier',
|
||||||
rustKeyword = 'Keyword',
|
rustKeyword = 'Keyword',
|
||||||
rustLifetime = 'Label',
|
rustLifetime = 'Label',
|
||||||
|
|
Loading…
Reference in New Issue