task-note matches correct template, %link is highlighted on vimwiki

filetypes
This commit is contained in:
Anish Lakhwara
2023-05-04 23:09:27 +10:00
parent 5f3d27695e
commit b595688a65
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -151,6 +151,8 @@ in
home.file.".config/nvim/after/syntax/vimwiki.vim".text = ''
" match with %update
syntax match VimwikiPlaceholder /^\s*%update\ze\%(\s.*\)\?$/ nextgroup=VimwikiPlaceholderParam skipwhite
" match with %link
syntax match VimwikiPlaceholder /^\s*%link\ze\%(\s.*\)\?$/ nextgroup=VimwikiPlaceholderParam skipwhite
'';
#environment.systemPackages = with customPlugins; [ tidal ];