0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

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>
This commit is contained in:
Aliaksei Budavei
2024-03-15 23:22:02 +03:00
committed by Christian Brabandt
parent f6069a7ddc
commit a9bc195d64
15 changed files with 95 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
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