mirror of
https://github.com/lepture/vim-jinja.git
synced 2025-11-14 14:23:49 -05:00
13 lines
234 B
VimL
13 lines
234 B
VimL
" jinja indent file
|
|
" Language: Jinja HTML template
|
|
" Maintainer: Hsiaoming Yang <lepture@me.com>
|
|
" Last Change: Sep 13, 2012
|
|
|
|
" based on django indent by Steve Losh
|
|
|
|
if exists("b:did_indent")
|
|
finish
|
|
endif
|
|
|
|
runtime! indent/html.vim
|