]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(django): add syntax support for partial
authortecis <67809811+tecis@users.noreply.github.com>
Thu, 12 Feb 2026 16:46:54 +0000 (17:46 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 12 Feb 2026 16:46:54 +0000 (17:46 +0100)
commitb27934bf8b77af376a758b341e41c981323b99cf
tree1f405feea51b49263a526e069b5d74fe71c5d98d
parent238b0b0587213f999a56cd096da3be920ef2ff1e
runtime(django): add syntax support for partial

Add djangoStatement integrated in version 6. 'partialdef',
'endpartialdef', 'partial'.

[Template Reference: partial](https://docs.djangoproject.com/en/6.0/ref/templates/builtins/#partial)((introduced in Django 6.0)
and 'filter'.

closes: #19386

Signed-off-by: tecis <67809811+tecis@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/django.vim