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',
|
rubyInterpolationDelimiter = 'Delimiter',
|
||||||
|
|
||||||
--[[ 4.3.22. Rust ]]
|
--[[ 4.3.22. Rust ]]
|
||||||
|
rustConstraint = 'Operator',
|
||||||
|
rustFieldName = 'Label',
|
||||||
|
rustFieldSep = 'Delimiter',
|
||||||
|
rustGeneric = 'Delimiter',
|
||||||
|
rustIdentifier = 'Type',
|
||||||
rustKeyword = 'Keyword',
|
rustKeyword = 'Keyword',
|
||||||
rustModPath = 'Include',
|
rustModPath = 'Include',
|
||||||
|
rustNoise = 'Delimiter',
|
||||||
rustScopeDecl = 'Delimiter',
|
rustScopeDecl = 'Delimiter',
|
||||||
rustTrait = 'StorageClass',
|
rustStructure = 'Structure',
|
||||||
|
rustTrait = 'Typedef',
|
||||||
|
|
||||||
--[[ 4.3.23. Scala ]]
|
--[[ 4.3.23. Scala ]]
|
||||||
scalaKeyword = 'Keyword',
|
scalaKeyword = 'Keyword',
|
||||||
|
|
Loading…
Reference in New Issue