1
0
forked from aniani/vim
vim/runtime/syntax/testdir/input/setup/markdown_conceal.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
206 B
VimL
Raw Normal View History

if has('conceal')
let g:markdown_syntax_conceal = 1
setlocal conceallevel=3 concealcursor=n
endif
let g:markdown_fenced_languages = ['html']
highlight link markdownBold Todo
highlight link htmlBold Todo