mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-18 21:33:07 +02:00
syntax: Allow wiki links inside task descriptions
This commit is contained in:
parent
dfc91101cb
commit
a3e0f47ad2
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ syntax match TaskWikiTask /\s*\* \[.\]\s.*$/
|
|||
\ VimwikiSubScriptT,
|
||||
\ VimwikiCodeT,
|
||||
\ VimwikiEqInT,
|
||||
\ VimwikiLink,
|
||||
\ VimwikiNoExistsLink,
|
||||
\ VimwikiNoExistsLinkT,
|
||||
\ VimwikiWikiLink,
|
||||
\ VimwikiWikiLinkT,
|
||||
\ @Spell
|
||||
|
||||
" Conceal the UUID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue