dotfiles/.vim/pack/plugins/start/vim-hugo/after/ftplugin/markdown.vim
2024-12-16 19:13:26 +01:00

7 lines
166 B
VimL

if exists('loaded_matchit')
let b:match_words=''
\.'\%({{<\s*\)\@<=\(\k\+\)\s\+.*>}}:'
\.'\%({{<\s*\/\)\@<=\1\s*>}},'
\.b:match_words
endif