annotate runtime/indent/xsd.vim @ 20060:324f7433a2c4
Added tag v8.2.0585 for changeset de756b3f4dee8bee7546c92b14a8296774c0e186
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 16 Apr 2020 22:15:05 +0200 |
parents |
03b3684919e3 |
children |
|
rev |
line source |
323
|
1 " Vim indent file
|
|
2 " Language: .xsd files (XML Schema)
|
|
3 " Maintainer: Nobody
|
|
4 " Last Change: 2005 Jun 09
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Use XML formatting rules
|
|
12 runtime! indent/xml.vim
|
|
13
|