ref(colors): use identifier for rustidentifier
This commit is contained in:
parent
858adbb4f2
commit
399786bfab
|
@ -582,7 +582,7 @@ local highlight_groups = {
|
|||
rustFieldName = 'Label',
|
||||
rustFieldSep = 'Delimiter',
|
||||
rustGeneric = 'Delimiter',
|
||||
rustIdentifier = 'Type',
|
||||
rustIdentifier = 'Identifier',
|
||||
rustKeyword = 'Keyword',
|
||||
rustModPath = 'Include',
|
||||
rustNoise = 'Delimiter',
|
||||
|
|
Loading…
Reference in New Issue