mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07: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:
parent
fae4d3fa1b
commit
e265363a88
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user