ref(colors): use Exception for rustPanic
This should be the default, as it is what Exception is for.
This commit is contained in:
parent
6dc4fce8d1
commit
6ef4dabd8c
|
@ -586,6 +586,7 @@ local highlight_groups = {
|
||||||
rustKeyword = 'Keyword',
|
rustKeyword = 'Keyword',
|
||||||
rustModPath = 'Include',
|
rustModPath = 'Include',
|
||||||
rustNoise = 'Delimiter',
|
rustNoise = 'Delimiter',
|
||||||
|
rustPanic = 'Exception',
|
||||||
rustRepeat = 'Repeat',
|
rustRepeat = 'Repeat',
|
||||||
rustScopeDecl = 'Delimiter',
|
rustScopeDecl = 'Delimiter',
|
||||||
rustStructure = 'Structure',
|
rustStructure = 'Structure',
|
||||||
|
|
Loading…
Reference in New Issue