Adjust lua and shell defaults
This commit is contained in:
parent
bb6f3dd3f4
commit
01998a6e70
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue