0
0
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:
Doug Kearns
2024-07-07 20:45:37 +02:00
committed by Christian Brabandt
parent 9d779c514f
commit e85fdc730e
6 changed files with 96 additions and 20 deletions

View 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