From 703f5124075d55dabd26adbcd3f3e06f56f7db49 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Thu, 17 Dec 2020 13:41:55 -0500 Subject: [PATCH] style(colors): tabularize lua links --- colors/highlite.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index 8d188bf..90fbc5b 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -524,10 +524,10 @@ local highlight_groups = { luaFuncName = 'Function', luaFuncParens = 'Delimiter', luaFuncTable = 'Structure', - luaIn = 'luaRepeat', - luaLocal = 'Type', - luaNoise = 'Operator', - luaParens = 'Delimiter', + luaIn = 'luaRepeat', + luaLocal = 'Type', + luaNoise = 'Operator', + luaParens = 'Delimiter', luaSpecialTable = 'StorageClass', luaSpecialValue = 'Function',