fix(colors): luaIn not matching luaRepeat
`in` is only used here. It should match
This commit is contained in:
parent
e9733ce739
commit
263dccb7fe
|
@ -524,6 +524,7 @@ local highlight_groups = {
|
||||||
luaFuncName = 'Function',
|
luaFuncName = 'Function',
|
||||||
luaFuncParens = 'Delimiter',
|
luaFuncParens = 'Delimiter',
|
||||||
luaFuncTable = 'Structure',
|
luaFuncTable = 'Structure',
|
||||||
|
luaIn = 'luaRepeat',
|
||||||
luaLocal = 'Type',
|
luaLocal = 'Type',
|
||||||
luaNoise = 'Operator',
|
luaNoise = 'Operator',
|
||||||
luaParens = 'Delimiter',
|
luaParens = 'Delimiter',
|
||||||
|
|
Loading…
Reference in New Issue