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',
|
||||
luaFuncParens = 'Delimiter',
|
||||
luaFuncTable = 'Structure',
|
||||
luaIn = 'luaRepeat',
|
||||
luaLocal = 'Type',
|
||||
luaNoise = 'Operator',
|
||||
luaParens = 'Delimiter',
|
||||
|
|
Loading…
Reference in New Issue