From 87a26c5bf169bafbee837e2323f24cfb07e35250 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 21 Dec 2021 14:41:23 +0100 Subject: Update --- syntax/django.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'syntax/django.vim') diff --git a/syntax/django.vim b/syntax/django.vim index 82e50070..2bf08fac 100644 --- a/syntax/django.vim +++ b/syntax/django.vim @@ -5,7 +5,7 @@ endif " Vim syntax file " Language: Django template " Maintainer: Dave Hodder -" Last Change: 2014 Jul 13 +" Last Change: 2021 Nov 29 " quit when a syntax file was already loaded if exists("b:current_syntax") @@ -35,6 +35,7 @@ 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 translate blocktranslate endblocktranslate " Django templete built-in filters syn keyword djangoFilter contained add addslashes capfirst center cut date -- cgit v1.2.3