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',
|
||||
rustModPath = 'Include',
|
||||
rustNoise = 'Delimiter',
|
||||
rustPanic = 'Exception',
|
||||
rustRepeat = 'Repeat',
|
||||
rustScopeDecl = 'Delimiter',
|
||||
rustStructure = 'Structure',
|
||||
|
|
Loading…
Reference in New Issue