vim/runtime/syntax/testdir/input/setup/markdown_conceal.vim
Aliaksei Budavei a9bc195d64
runtime(syntax-tests): Retrofit input/c.c. with TEST_SETUP
Also:

- Include a syntax test for Markdown that takes advantage of
  a sourceable setup configuration.
- Update Filelist

closes: #14215

Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-03-18 19:32:48 +01:00

8 lines
206 B
VimL

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