From: tecis <67809811+tecis@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:46:01 +0000 (+0000) Subject: runtime(django): Add missing djangoStatement `get_language_info`. X-Git-Tag: v9.2.0361~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=8bcae3ca5d26218b2f9f3b4b33faedc2b4026d1b;p=thirdparty%2Fvim.git 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 <67809811+tecis@users.noreply.github.com> Signed-off-by: Christian Brabandt --- diff --git a/runtime/syntax/django.vim b/runtime/syntax/django.vim index 6fdf3cdcb2..11787c409b 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