fix(colors): luaIn not matching luaRepeat

`in` is only used here. It should match
This commit is contained in:
Iron-E 2020-12-13 23:47:10 -05:00
parent e9733ce739
commit 263dccb7fe
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 0 deletions

View File

@ -524,6 +524,7 @@ local highlight_groups = {
luaFuncName = 'Function',
luaFuncParens = 'Delimiter',
luaFuncTable = 'Structure',
luaIn = 'luaRepeat',
luaLocal = 'Type',
luaNoise = 'Operator',
luaParens = 'Delimiter',