mirror of
https://github.com/vim/vim.git
synced 2026-04-28 22:46:03 +02:00
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:
committed by
Christian Brabandt
parent
e9d1259111
commit
cced80dcbb
@@ -2,6 +2,7 @@ vim9script
|
||||
# Vim9 :def command (nested)
|
||||
# VIM_TEST_SETUP hi link vim9This Todo
|
||||
|
||||
|
||||
class Test
|
||||
const name: string
|
||||
|
||||
@@ -19,3 +20,4 @@ class Test
|
||||
endclass
|
||||
|
||||
echo Test.new()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user