From 7425714544e7a7ca251723b76ed20b755b28cd84 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Fri, 11 Dec 2020 18:07:17 -0500 Subject: [PATCH] ref(colors): don't link rustTrait to rustIdentifier --- colors/highlite.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index 22d6fb6..f8230df 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -589,7 +589,6 @@ local highlight_groups = { rustRepeat = 'Repeat', rustScopeDecl = 'Delimiter', rustStructure = 'Structure', - rustTrait = 'rustIdentifier', --[[ 4.3.23. Scala ]] scalaKeyword = 'Keyword',