Commit: runtime(django): Add missing djangoStatement `get_language_info`.

0 views
Skip to first unread message

Christian Brabandt

unread,
Apr 17, 2026, 11:00:18 AM (23 hours ago) Apr 17
to vim...@googlegroups.com
runtime(django): Add missing djangoStatement `get_language_info`.

Commit: https://github.com/vim/vim/commit/8bcae3ca5d26218b2f9f3b4b33faedc2b4026d1b
Author: tecis <6780981...@users.noreply.github.com>
Date: Fri Apr 17 14:46:01 2026 +0000

runtime(django): Add missing djangoStatement `get_language_info`.

Source: [get_language_info](https://docs.djangoproject.com/en/6.0/topics/i18n/translation/#get-language-info) .

related: #19994

Signed-off-by: tecis <6780981...@users.noreply.github.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/syntax/django.vim b/runtime/syntax/django.vim
index 6fdf3cdcb..11787c409 100644
--- a/runtime/syntax/django.vim
+++ b/runtime/syntax/django.vim
@@ -31,7 +31,7 @@ syn keyword djangoStatement contained openbrace closebrace opencomment
syn keyword djangoStatement contained closecomment widthratio url with endwith
syn keyword djangoStatement contained get_current_language trans noop blocktrans
syn keyword djangoStatement contained endblocktrans get_available_languages
-syn keyword djangoStatement contained get_current_language_bidi plural
+syn keyword djangoStatement contained get_current_language_bidi get_language_info plural
syn keyword djangoStatement contained translate blocktranslate endblocktranslate
syn keyword djangoStatement contained partialdef endpartialdef partial
syn keyword djangoStatement contained querystring lorem verbatim
Reply all
Reply to author
Forward
0 new messages