mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00
vim-patch:ce5f9f4: runtime(vim): Update base syntax, allow legacy script comments after :eval
closes: vim/vim#18522
ce5f9f45af
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
This commit is contained in:
@@ -1300,7 +1300,7 @@ syn region vimEval
|
|||||||
\ end="\ze|"
|
\ end="\ze|"
|
||||||
\ excludenl end="$"
|
\ excludenl end="$"
|
||||||
\ nextgroup=vimCmdSep
|
\ nextgroup=vimCmdSep
|
||||||
\ contains=@vimContinue,@vimExprList,vim9Comment
|
\ contains=@vimContinue,@vimExprList,vim9Comment,vimComment
|
||||||
\ transparent
|
\ transparent
|
||||||
|
|
||||||
" Filter: {{{2
|
" Filter: {{{2
|
||||||
|
Reference in New Issue
Block a user