ref(colors): use Exception for rustPanic

This should be the default, as it is what Exception is for.
This commit is contained in:
Iron-E 2020-12-13 17:01:11 -05:00
parent 6dc4fce8d1
commit 6ef4dabd8c
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -586,6 +586,7 @@ local highlight_groups = {
rustKeyword = 'Keyword',
rustModPath = 'Include',
rustNoise = 'Delimiter',
rustPanic = 'Exception',
rustRepeat = 'Repeat',
rustScopeDecl = 'Delimiter',
rustStructure = 'Structure',