ref(colors): don't link rustTrait to rustIdentifier
This commit is contained in:
parent
399786bfab
commit
7425714544
|
@ -589,7 +589,6 @@ local highlight_groups = {
|
||||||
rustRepeat = 'Repeat',
|
rustRepeat = 'Repeat',
|
||||||
rustScopeDecl = 'Delimiter',
|
rustScopeDecl = 'Delimiter',
|
||||||
rustStructure = 'Structure',
|
rustStructure = 'Structure',
|
||||||
rustTrait = 'rustIdentifier',
|
|
||||||
|
|
||||||
--[[ 4.3.23. Scala ]]
|
--[[ 4.3.23. Scala ]]
|
||||||
scalaKeyword = 'Keyword',
|
scalaKeyword = 'Keyword',
|
||||||
|
|
Loading…
Reference in New Issue