mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
runtime(vim): Update base-syntax, improve :match command highlighting
Match group and pattern arguments to :match commands. closes: #15096 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
9d779c514f
commit
e85fdc730e
13
runtime/syntax/testdir/input/vim_ex_match.vim
Normal file
13
runtime/syntax/testdir/input/vim_ex_match.vim
Normal file
@@ -0,0 +1,13 @@
|
||||
" Vim :match, :2match and :3match commands
|
||||
|
||||
match FooGroup /Foo/
|
||||
match
|
||||
match none
|
||||
|
||||
2match FooGroup /Foo/
|
||||
2match
|
||||
2match none
|
||||
|
||||
3match FooGroup /Foo/
|
||||
3match
|
||||
3match none
|
Reference in New Issue
Block a user