runtime(jinja): Support jinja syntax as secondary filetype

fixes: ##15880
closes: #15885

Signed-off-by: Gregory Anders <greg@gpanders.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Gregory Anders
2024-10-16 21:30:01 +02:00
committed by Christian Brabandt
parent c0cba184f5
commit 5e53fca76f

View File

@ -2,8 +2,9 @@
" Language: Jinja
" Maintainer: Gregory Anders
" Upstream: https://gitlab.com/HiPhish/jinja.vim
" Last Change: 2024 Oct 16
if exists('b:current_syntax')
if exists('b:current_syntax') && b:current_syntax =~? 'jinja'
finish
endif