From 9dca0299b9275daee6c1a1b7520014b2327f79e0 Mon Sep 17 00:00:00 2001 From: Iron-E Date: Tue, 8 Dec 2020 17:06:17 -0500 Subject: [PATCH] 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. --- colors/highlite.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index f505906..445fe02 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -603,7 +603,7 @@ local highlight_groups = { --[[ 4.3.26. TOML ]] tomlComment = 'Comment', tomlKey = 'Label', - tomlTable = 'StorageClass', + tomlTable = 'Structure', --[[ 4.3.27. VimScript ]] helpSpecial = 'Special',