mirror of
https://github.com/neovim/neovim.git
synced 2025-10-19 16:21:51 +00:00

Following the approach used in other syntax definitions, add support for
defining the "syntax sync minlines=..." values for rst files in the
users' ~/.vimrc files, to allow the users to adjust that value in case
syntax highlighting stops working for some of the files they edit.
related: vim/vim#18566
310082f3cf
Co-authored-by: Dragan Simic <dsimic@manjaro.org>