From 028a3862347f6513907aabaf97803db298f1d5ef Mon Sep 17 00:00:00 2001 From: Iron-E Date: Thu, 10 Dec 2020 03:29:55 -0500 Subject: [PATCH] feat(colors): add more highlight links This commit adds highlight links which are relevant for an open PR on rust-lang/rust.vim . --- colors/highlite.vim | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index a1cda1b..a8bfd6d 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -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',