feat(colors): add more highlight links
This commit adds highlight links which are relevant for an open PR on rust-lang/rust.vim .
This commit is contained in:
parent
f671067e97
commit
028a386234
|
@ -578,10 +578,17 @@ local highlight_groups = {
|
|||
rubyInterpolationDelimiter = 'Delimiter',
|
||||
|
||||
--[[ 4.3.22. Rust ]]
|
||||
rustKeyword = 'Keyword',
|
||||
rustModPath = 'Include',
|
||||
rustScopeDecl = 'Delimiter',
|
||||
rustTrait = 'StorageClass',
|
||||
rustConstraint = 'Operator',
|
||||
rustFieldName = 'Label',
|
||||
rustFieldSep = 'Delimiter',
|
||||
rustGeneric = 'Delimiter',
|
||||
rustIdentifier = 'Type',
|
||||
rustKeyword = 'Keyword',
|
||||
rustModPath = 'Include',
|
||||
rustNoise = 'Delimiter',
|
||||
rustScopeDecl = 'Delimiter',
|
||||
rustStructure = 'Structure',
|
||||
rustTrait = 'Typedef',
|
||||
|
||||
--[[ 4.3.23. Scala ]]
|
||||
scalaKeyword = 'Keyword',
|
||||
|
|
Loading…
Reference in New Issue