mirror of
https://github.com/vim/vim.git
synced 2026-04-24 04:39:27 +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
@@ -1,8 +1,9 @@
|
||||
vim9script
|
||||
# Vim :interface command
|
||||
# Vim9 :interface command
|
||||
# VIM_TEST_SETUP let g:vimsyn_folding = 'i'
|
||||
# VIM_TEST_SETUP setl fdc=2 fdl=99 fdm=syntax
|
||||
|
||||
|
||||
interface Interface1
|
||||
endinterface
|
||||
|
||||
@@ -34,3 +35,4 @@ interface Interface5
|
||||
def Meth1(): number
|
||||
def Meth2(): number
|
||||
endinterface
|
||||
|
||||
|
||||
Reference in New Issue
Block a user