0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
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