ref(colors): link luaSpecialTable to Structure

We treat tables like structures everywhere else, so they should be here
too.
This commit is contained in:
Iron-E 2021-03-11 16:39:56 -05:00
parent 5f189ece5e
commit ab66ea8c82
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@ local highlight_groups = {
luaLocal = 'Type',
luaNoise = 'Delimiter',
luaParens = 'Delimiter',
luaSpecialTable = 'StorageClass',
luaSpecialTable = 'Structure',
luaSpecialValue = 'Function',
--[[ 4.3.12. Make ]]