diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-08-17 07:09:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-16 23:09:39 +0000 |
commit | 172cc23d88585dd7520726c2ebbba4ed7639e348 (patch) | |
tree | df7d16fa64c1b3723870586838783d7c559c8531 /runtime/lua/vim | |
parent | d698b3acca9632b68e198c7e7ca9b720c960e969 (diff) | |
download | rneovim-172cc23d88585dd7520726c2ebbba4ed7639e348.tar.gz rneovim-172cc23d88585dd7520726c2ebbba4ed7639e348.tar.bz2 rneovim-172cc23d88585dd7520726c2ebbba4ed7639e348.zip |
vim-patch:d164f2a: runtime(vim): Update base-syntax, improve :let-heredoc highlighting (#30069)
The end marker must appear on line of its own without any trailing
whitespace.
Whitespace is incorrectly allowed before all end markers. Limiting this
only to heredocs where "trim" was specified, and with the correct
indent, is currently an intractable problem given that contained syntax
groups (in this case :let) cannot be limited to start patterns.
Highlight interpolated expressions when "eval" is specified.
cloess: vim/vim#15511
https://github.com/vim/vim/commit/d164f2a521f8e52e587727657fb1c19e9a25f32a
Co-authored-by: Doug Kearns <dougkearns@gmail.com>
Diffstat (limited to 'runtime/lua/vim')
0 files changed, 0 insertions, 0 deletions