From 01998a6e7014c6cdfb41b369cfe6ed26771701a8 Mon Sep 17 00:00:00 2001 From: Iron_E Date: Fri, 21 Aug 2020 15:39:34 -0400 Subject: [PATCH] Adjust lua and shell defaults --- colors/highlite.vim | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index f92c528..a1a3907 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -462,10 +462,11 @@ local highlight_groups = { luaBrackets = 'Delimiter', luaBuiltin = 'Keyword', luaComma = 'Delimiter', + luaFuncArgName = 'Identifier', luaFuncCall = 'Function', luaFuncId = 'luaNoise', - luaFuncKeyword = 'Function', - luaFuncName = 'Identifier', + luaFuncKeyword = 'Type', + luaFuncName = 'Function', luaFuncParens = 'Delimiter', luaFuncTable = 'Structure', luaLocal = 'Type', @@ -532,6 +533,7 @@ local highlight_groups = { scalaNameDefinition = 'Identifier', --[[ 4.3.24. shell ]] + shDerefSimple = 'SpecialChar', shFunctionKey = 'Function', shLoop = 'Repeat', shQuote = 'Delimiter',