From 399786bfabfd7b1bd2c513162b36b3005a210f06 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Fri, 11 Dec 2020 17:30:31 -0500 Subject: [PATCH] ref(colors): use identifier for rustidentifier --- colors/highlite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index ac48742..22d6fb6 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -582,7 +582,7 @@ local highlight_groups = { rustFieldName = 'Label', rustFieldSep = 'Delimiter', rustGeneric = 'Delimiter', - rustIdentifier = 'Type', + rustIdentifier = 'Identifier', rustKeyword = 'Keyword', rustModPath = 'Include', rustNoise = 'Delimiter',