ref(colors): link luaSpecialTable to Structure
We treat tables like structures everywhere else, so they should be here too.
This commit is contained in:
parent
5f189ece5e
commit
ab66ea8c82
|
@ -560,7 +560,7 @@ local highlight_groups = {
|
||||||
luaLocal = 'Type',
|
luaLocal = 'Type',
|
||||||
luaNoise = 'Delimiter',
|
luaNoise = 'Delimiter',
|
||||||
luaParens = 'Delimiter',
|
luaParens = 'Delimiter',
|
||||||
luaSpecialTable = 'StorageClass',
|
luaSpecialTable = 'Structure',
|
||||||
luaSpecialValue = 'Function',
|
luaSpecialValue = 'Function',
|
||||||
|
|
||||||
--[[ 4.3.12. Make ]]
|
--[[ 4.3.12. Make ]]
|
||||||
|
|
Loading…
Reference in New Issue