runtime(django): Add missing djangoStatement `get_language_info`.
Commit:
https://github.com/vim/vim/commit/8bcae3ca5d26218b2f9f3b4b33faedc2b4026d1b
Author: tecis <[email protected]>
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 <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
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
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1wDkft-007Sw1-NR%40256bit.org.