mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
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:
committed by
Christian Brabandt
parent
c0cba184f5
commit
5e53fca76f
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user