diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 11:48:38 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-05-02 11:48:38 +0200 |
commit | 81ccd020323492a2ca471e561ff7c794dbfc5d8f (patch) | |
tree | 53dfa98f44c33994cc19f87eddf4fedc00c9b568 /indent | |
parent | 2ae1aab49bac10c19dc2fe4fae483240f29f5bca (diff) | |
download | vim-polyglot-81ccd020323492a2ca471e561ff7c794dbfc5d8f.tar.gz vim-polyglot-81ccd020323492a2ca471e561ff7c794dbfc5d8f.zip |
Remove jinja syntax, closes #108
Diffstat (limited to '')
-rw-r--r-- | indent/jinja.vim | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/indent/jinja.vim b/indent/jinja.vim deleted file mode 100644 index 8b717a30..00000000 --- a/indent/jinja.vim +++ /dev/null @@ -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 |