Update Vim plugins, add override for buggy htmldjango format
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
" Work around Vim 9.2.500 htmldjango syntax spillover from the May 2026
|
||||||
|
" djangoOperator change. The stock djangoOperator rule is enough here; the
|
||||||
|
" htmldjango-only djangoTagBlockNaive region can leak across following HTML.
|
||||||
|
silent! syntax clear djangoTagBlockNaive
|
||||||
|
silent! syntax clear djangoOperator
|
||||||
|
syntax match djangoOperator "==\|!=\|<=\|>=\|<\|>" contained containedin=djangoTagBlock
|
||||||
|
highlight default link djangoOperator Operator
|
||||||
+1
-1
Submodule base/.vim/bundle/ale updated: 6c337ad19c...2a3af30fb6
+1
-1
Submodule base/.vim/bundle/gruvbox updated: f1ecde848f...697c00291d
Submodule base/.vim/bundle/lightline.vim updated: e358557e1a...6c283f8df8
Submodule base/.vim/bundle/vim-gitgutter updated: 55b368d4c6...21c977e859
Submodule base/.vim/bundle/vim-javascript updated: c470ce1399...b26c9edb35
Submodule base/.vim/bundle/vim-terraform updated: 8912ca1be3...520498fab1
Reference in New Issue
Block a user