style(colors): tabularize lua links

This commit is contained in:
Iron-E 2020-12-17 13:41:55 -05:00
parent 263dccb7fe
commit 703f512407
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 4 additions and 4 deletions

View File

@ -524,10 +524,10 @@ local highlight_groups = {
luaFuncName = 'Function',
luaFuncParens = 'Delimiter',
luaFuncTable = 'Structure',
luaIn = 'luaRepeat',
luaLocal = 'Type',
luaNoise = 'Operator',
luaParens = 'Delimiter',
luaIn = 'luaRepeat',
luaLocal = 'Type',
luaNoise = 'Operator',
luaParens = 'Delimiter',
luaSpecialTable = 'StorageClass',
luaSpecialValue = 'Function',