mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 14:26: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|"
|
||||
\ excludenl end="$"
|
||||
\ nextgroup=vimCmdSep
|
||||
\ contains=@vimContinue,@vimExprList,vim9Comment
|
||||
\ contains=@vimContinue,@vimExprList,vim9Comment,vimComment
|
||||
\ transparent
|
||||
|
||||
" Filter: {{{2
|
||||
|
Reference in New Issue
Block a user