From d3d1c3a0d147558855ed9a135efa9fc174bf1880 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Thu, 4 Feb 2021 15:29:39 -0500 Subject: [PATCH] ref(colors): luaNoise link to Delimiter --- colors/highlite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index c3da498..ea229c8 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -525,7 +525,7 @@ local highlight_groups = { luaFuncTable = 'Structure', luaIn = 'luaRepeat', luaLocal = 'Type', - luaNoise = 'Operator', + luaNoise = 'Delimiter', luaParens = 'Delimiter', luaSpecialTable = 'StorageClass', luaSpecialValue = 'Function',