mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 05:04:51 +10:00
Fix syntax highlighting for def-style Python functions, with their
parameters spanning multiple lines. E.g. the following should match as
valid Python code in Bitbake recipes:
def myFunction(one, two, \
three, four):
pass
For this to work, use the prefix modifier "\_" before the wildcard ".",
to also match newline characters.
closes: vim/vim#18565
5fe4faa711
Co-authored-by: Martin Schwan <m.schwan@phytec.de>
5.9 KiB
5.9 KiB