1
0
forked from aniani/vim

runtime(vim): Update base-syntax, always match continuation comments to EOL

closes: #16630

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Doug Kearns
2025-02-13 20:24:42 +01:00
committed by Christian Brabandt
parent 8f3277fbbe
commit 4f010c90bd
12 changed files with 32 additions and 23 deletions

View File

@@ -175,3 +175,12 @@ function! s:ContainedGroup()
endfor
" ...
endfunction
" early termination of vimSynRegion
syn region testRegion
"\ | does not end the args region
"\ start="foo\|bar"
\ start="start"
\ end="end"