runtime(vim): Cleanup syntax tests

Improve formatting and naming consistency of the syntax tests.

closes: #17850

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-07-25 20:00:25 +02:00
committed by Christian Brabandt
parent e9d1259111
commit cced80dcbb
555 changed files with 1973 additions and 1787 deletions

View File

@ -1,6 +1,6 @@
" Vim :*make commands
" VIM_TEST_SETUP highlight link vimCmdSep Operator
" VIM_TEST_SETUP highlight link vimMakeBarEscape Special
" VIM_TEST_SETUP hi link vimCmdSep Operator
" VIM_TEST_SETUP hi link vimMakeBarEscape Special
make
@ -16,13 +16,13 @@ make! -options target
lmake! -options target
" special filename characters
" Special filename characters
make %
lmake %
" trailing bar, no tail comment
" Trailing bar, no tail comment
make tar\|get | echo "Foo"
lmake tar\|get | echo "Foo"