Adjust lua and shell defaults

This commit is contained in:
Iron_E 2020-08-21 15:39:34 -04:00
parent bb6f3dd3f4
commit 01998a6e70
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 4 additions and 2 deletions

View File

@ -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',