ref(colors): use identifier for rustidentifier

This commit is contained in:
Iron-E 2020-12-11 17:30:31 -05:00
parent 858adbb4f2
commit 399786bfab
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ local highlight_groups = {
rustFieldName = 'Label',
rustFieldSep = 'Delimiter',
rustGeneric = 'Delimiter',
rustIdentifier = 'Type',
rustIdentifier = 'Identifier',
rustKeyword = 'Keyword',
rustModPath = 'Include',
rustNoise = 'Delimiter',