mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
runtime(vim): Update base-syntax, match continued strings and tail comments
Continued strings are currently only matched after operators, in parenthesised expressions and in function call argument lists. closes: #14975 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
c5cb6b2ee4
commit
c29b533cf1
@@ -34,6 +34,10 @@ autocmd BufNewFile * {
|
||||
\ continuing comment
|
||||
\ continuing comment
|
||||
|
||||
var foo = 42 # commment
|
||||
\ continuing comment
|
||||
\ continuing comment
|
||||
|
||||
# :Foo
|
||||
\ arg1
|
||||
#\ comment
|
||||
|
Reference in New Issue
Block a user