Adjust lua and shell defaults
This commit is contained in:
parent
bb6f3dd3f4
commit
01998a6e70
|
@ -462,10 +462,11 @@ local highlight_groups = {
|
||||||
luaBrackets = 'Delimiter',
|
luaBrackets = 'Delimiter',
|
||||||
luaBuiltin = 'Keyword',
|
luaBuiltin = 'Keyword',
|
||||||
luaComma = 'Delimiter',
|
luaComma = 'Delimiter',
|
||||||
|
luaFuncArgName = 'Identifier',
|
||||||
luaFuncCall = 'Function',
|
luaFuncCall = 'Function',
|
||||||
luaFuncId = 'luaNoise',
|
luaFuncId = 'luaNoise',
|
||||||
luaFuncKeyword = 'Function',
|
luaFuncKeyword = 'Type',
|
||||||
luaFuncName = 'Identifier',
|
luaFuncName = 'Function',
|
||||||
luaFuncParens = 'Delimiter',
|
luaFuncParens = 'Delimiter',
|
||||||
luaFuncTable = 'Structure',
|
luaFuncTable = 'Structure',
|
||||||
luaLocal = 'Type',
|
luaLocal = 'Type',
|
||||||
|
@ -532,6 +533,7 @@ local highlight_groups = {
|
||||||
scalaNameDefinition = 'Identifier',
|
scalaNameDefinition = 'Identifier',
|
||||||
|
|
||||||
--[[ 4.3.24. shell ]]
|
--[[ 4.3.24. shell ]]
|
||||||
|
shDerefSimple = 'SpecialChar',
|
||||||
shFunctionKey = 'Function',
|
shFunctionKey = 'Function',
|
||||||
shLoop = 'Repeat',
|
shLoop = 'Repeat',
|
||||||
shQuote = 'Delimiter',
|
shQuote = 'Delimiter',
|
||||||
|
|
Loading…
Reference in New Issue