mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
- update tags to detect djangohtml based on
https://docs.djangoproject.com/en/5.0/ref/templates/builtins/#built-in-tag-reference
- increase the lines to inspect to 40 lines
10 lines is too few and might result in high false negative.
Increasing it to 40 lines should reduce the false negative.
closes: vim/vim#15037
9718ed7ab9
Co-authored-by: Afiq Nazrie <afnazrie@gmail.com>