From 445ca8d6fd5da88b5ee84fc8880517e0f8e11675 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Tue, 6 Oct 2020 17:17:13 +0100 Subject: [PATCH] Highlight the delimiter group --- colors/fresh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/fresh.vim b/colors/fresh.vim index 6273ac0..b8baa1c 100644 --- a/colors/fresh.vim +++ b/colors/fresh.vim @@ -175,7 +175,7 @@ if has('gui_running') || &t_Co == 256 call s:hi('Special', '179', '', '') call s:hi('SpecialChar', '', '', '') call s:hi('Tag', '', '', '') - call s:hi('Delimiter', '', '', '') + call s:hi('Delimiter', '179', '', '') call s:hi('SpecialComment', '246', '', '') call s:hi('Debug', '', '', '')