diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2026-04-18 08:08:02 +0800 |
|---|---|---|
| committer | zeertzjq <zeertzjq@outlook.com> | 2026-04-18 08:08:04 +0800 |
| commit | 54eefd420d450febe827bcad8923527f90011a5a (patch) | |
| tree | d31d98beb9c5d5309d8125c121f8f048386c2432 /runtime/syntax | |
| parent | 26b43af26c74357075969c5cece1287eb5628181 (diff) | |
vim-patch:8bcae3c: 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: vim/vim#19994
https://github.com/vim/vim/commit/8bcae3ca5d26218b2f9f3b4b33faedc2b4026d1b
Co-authored-by: tecis <67809811+tecis@users.noreply.github.com>
Diffstat (limited to 'runtime/syntax')
| -rw-r--r-- | runtime/syntax/django.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
