mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
The presence `djangoOperators` in the file `syntax/django.vim` and
having the highlight function with a `match` statement leads to a
highlight spill-over with other elements defined in `syntax/html.vim`.
To avoid the highlight spill-over declare a region called
`djangoTagBlockNaive` to limit `djangoOperator` to only be matched
within.
related: vim/vim#20225
closes: vim/vim#20232
f03155aa2a
Co-authored-by: tecis <67809811+tecis@users.noreply.github.com>