mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:9.1.0734: filetype: jinja files are not recognized
Problem: filetype: jinja files are not recognized
Solution: detect '*.jinja' files a jinja filetype,
include jinja syntax script (Gregory Anders)
related: vim/vim#15689
202c467bb3
Co-authored-by: Gregory Anders <greg@gpanders.com>
This commit is contained in:
@@ -612,6 +612,7 @@ local extension = {
|
||||
jsx = 'javascriptreact',
|
||||
clp = 'jess',
|
||||
jgr = 'jgraph',
|
||||
jinja = 'jinja',
|
||||
jjdescription = 'jj',
|
||||
j73 = 'jovial',
|
||||
jov = 'jovial',
|
||||
|
||||
Reference in New Issue
Block a user