diff --git a/README.md b/README.md index e010ae0..53bc261 100644 --- a/README.md +++ b/README.md @@ -285,12 +285,6 @@ hi tkLink ctermfg=Blue cterm=bold,underline guifg=blue gui=bold,underline hi tkBrackets ctermfg=gray guifg=gray ``` -**NOTE**: Users configuring the following highlight groups prior to 09/2023, be aware they are deprecated: -- `tkHighlightedAliasLink`: this syntax group is now covered by `tkHighlight` -- `tkLinkBody`: this syntax group is renamed to `tkAliasedLink` -- `tkAliasedLink`: this group used to cover the whole link, it is now equivalent to the former `tkLinkBody` -- `tkLinkAlias`: this rule is deprecated - ### Mappings The real power of Telekasten lays in defining sensible mappings to make your diff --git a/doc/telekasten.txt b/doc/telekasten.txt index 813ba46..0f96b1e 100644 --- a/doc/telekasten.txt +++ b/doc/telekasten.txt @@ -527,6 +527,12 @@ You can assign colors to the new syntax groups in your `init.vim`: hi tkTag ctermfg=175 guifg=#d3869B < +NOTE: Users configuring the following highlight groups prior to 09/2023, be aware they are deprecated: +- `tkHighlightedAliasLink`: this syntax group is now covered by `tkHighlight` +- `tkLinkBody`: this syntax group is renamed to `tkAliasedLink` +- `tkAliasedLink`: this group used to cover the whole link, it is now equivalent to the former `tkLinkBody` +- `tkLinkAlias`: this rule is deprecated + ================================================================================ Section 3: Usage *telekasten.usage*