Skip to content

Commit

Permalink
vim-patch:5e53fca: runtime(jinja): Support jinja syntax as secondary …
Browse files Browse the repository at this point in the history
…filetype

fixes: #vim/vim#15880
closes: vim/vim#15885

vim/vim@5e53fca

Co-authored-by: Gregory Anders <[email protected]>
  • Loading branch information
clason and gpanders committed Oct 17, 2024
1 parent fae4d3f commit e265363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/syntax/jinja.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e265363

Please sign in to comment.