ref(colors): adjust tomlTable link

`tomlTable` used to be linked to `StorageClass`, which is completely
inappropriate for what is actually is.

It is now linked to `Structure`, which is more appropriate.
This commit is contained in:
Iron-E 2020-12-08 17:06:17 -05:00
parent 63ba9ddbfd
commit 9dca0299b9
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ local highlight_groups = {
--[[ 4.3.26. TOML ]] --[[ 4.3.26. TOML ]]
tomlComment = 'Comment', tomlComment = 'Comment',
tomlKey = 'Label', tomlKey = 'Label',
tomlTable = 'StorageClass', tomlTable = 'Structure',
--[[ 4.3.27. VimScript ]] --[[ 4.3.27. VimScript ]]
helpSpecial = 'Special', helpSpecial = 'Special',