Files
neovim/runtime/ftplugin/jinja.vim
zeertzjq 774749e134 vim-patch:ac1bb93: runtime(jinja): Include ftplugin for jinja filetype
closes: vim/vim#20778

ac1bb93421

Co-authored-by: Wu, Zhenyu <wuzhenyu@ustc.edu>
Co-Authored-by: Alejandro Sanchez <hiphish@posteo.de>
2026-07-19 09:45:15 +08:00

12 lines
238 B
VimL

" Vim ftplugin file
" Language: Jinja
" Maintainer: Alejandro Sanchez
" Upstream: https://gitlab.com/HiPhish/jinja.vim
if exists("b:did_jinjaplugin")
finish
endif
setlocal commentstring={#\ %s\ #}
let b:undo_ftplugin = "setlocal com<"