mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
vim-patch:5e53fca: runtime(jinja): Support jinja syntax as secondary filetype
fixes: #vim/vim#15880
closes: vim/vim#15885
5e53fca76f
Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:

committed by
Christian Clason

parent
fae4d3fa1b
commit
e265363a88
@@ -2,8 +2,9 @@
|
|||||||
" Language: Jinja
|
" Language: Jinja
|
||||||
" Maintainer: Gregory Anders
|
" Maintainer: Gregory Anders
|
||||||
" Upstream: https://gitlab.com/HiPhish/jinja.vim
|
" 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
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user