Remove jinja syntax, closes #108

This commit is contained in:
Adam Stankiewicz
2016-05-02 11:48:38 +02:00
parent 2ae1aab49b
commit 81ccd02032
5 changed files with 0 additions and 173 deletions

View File

@@ -1,16 +0,0 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'jinja') == -1
" Vim indent file
" Language: Jinja HTML template
" Maintainer: Evan Hammer <evan@evanhammer.com>
" Last Change: 2013 Jan 26
" Only load this indent file when no other was loaded.
if exists("b:did_indent")
finish
endif
" Use HTML formatting rules.
runtime! indent/html.vim
endif