From 263dccb7fec5fb5cf8dd86a0e9882b045bcd8320 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Sun, 13 Dec 2020 23:47:10 -0500 Subject: [PATCH] fix(colors): luaIn not matching luaRepeat `in` is only used here. It should match --- colors/highlite.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/colors/highlite.vim b/colors/highlite.vim index 5dda3b4..8d188bf 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -524,6 +524,7 @@ local highlight_groups = { luaFuncName = 'Function', luaFuncParens = 'Delimiter', luaFuncTable = 'Structure', + luaIn = 'luaRepeat', luaLocal = 'Type', luaNoise = 'Operator', luaParens = 'Delimiter',