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:
parent
63ba9ddbfd
commit
9dca0299b9
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue