diff --git a/README.md b/README.md index d97b601..53bc261 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,7 @@ Telekasten.nvim allows you to color your `[[links]]` and `#tags` by providing the following syntax groups: - `tkLink` : the link title inside the brackets +- `tkAliasedLink` : the concealed portion of `[[concealed link|link alias]]` - `tkBrackets` : the brackets surrounding the link title - `tkHighlight` : ==highlighted== text (non-standard markdown) - `tkTag` : well, tags diff --git a/doc/telekasten.txt b/doc/telekasten.txt index 69890c1..813ba46 100644 --- a/doc/telekasten.txt +++ b/doc/telekasten.txt @@ -496,10 +496,7 @@ groups: - `tkBrackets` : the brackets surrounding the link title - `tkHighlight` : ==highlighted== text (non-standard markdown) - `tkTag` : well, tags -- `tkAliasedLink` : link with alias -- `tkHighlightedAliasedLink` : link with alias in `tkAliasedLink` -- `tkLinkAlias` : body of the link (left part of `[[aaa|bbb]]`) -- `tkLinkBody` : alias of the link (right part of `[[aaa|bbb]]`) +- `tkAliasedLink` : the concealed part of the link (left part of `[[aaa|bbb]]`) `tkHighlight`, has nothing to do with links but I added it anyway, since I like highlighting text when taking notes.