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

@@ -2,7 +2,7 @@
" VIM_TEST_SETUP hi link vimHiGroup Todo
" list
" List
highlight
highlight Comment
@@ -11,12 +11,12 @@ highlight ErrorMsg
highlight Foo
" reset
" Reset
highlight clear
" disable
" Disable
highlight clear Comment
highlight clear Conceal
@@ -29,7 +29,7 @@ highlight ErrorMsg NONE
highlight Foo NONE
" add/modify
" Add/modify
highlight Comment cterm=underline
highlight Conceal cterm=underline
@@ -42,7 +42,7 @@ highlight default ErrorMsg term=bold
highlight Foo ErrorMsg term=bold
" link
" Link
highlight link Foo Comment
highlight! link Foo Comment
@@ -52,7 +52,7 @@ highlight link Foo ErrorMsg
highlight! link Foo ErrorMsg
" default link
" Default link
highlight default link Foo Comment
highlight! default link Foo Comment
@@ -62,7 +62,7 @@ highlight default link Foo ErrorMsg
highlight! default link Foo ErrorMsg
" line continuation and command separator
" Line continuation and command separator
hi Comment
"\ comment