Skip to content

Vim syntax: fix folding of entries and ranges

Petr Špaček requested to merge vim_syntax into master

Vim Keyword has higher priority than Region. This broke folding. Now the ENTRY_BEGIN (and company) is highlighted using matchgroup= trick instead of Keyword so folding works.

Merge request reports