annotate runtime/indent/xsd.vim @ 19941:e0542f0c06d7
Added tag v8.2.0526 for changeset 724417668d4208f46cf793de0ad02f6dcb70ace2
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 07 Apr 2020 20:00: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
|