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:
Iron-E 2020-12-10 03:29:55 -05:00
parent f671067e97
commit 028a386234
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 11 additions and 4 deletions

View File

@ -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',