mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
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:
committed by
Christian Brabandt
parent
8f3277fbbe
commit
4f010c90bd
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user