view runtime/indent/xsd.vim @ 13922:1a30d378b70b

Added tag v8.0.1831 for changeset 3b6c29f8c1a249a7b1501f47be88e7774d1b1b2b
author Christian Brabandt <cb@256bit.org>
date Sun, 13 May 2018 15:30:08 +0200
parents 03b3684919e3
children
line wrap: on
line source

" Vim indent file
" Language: 	.xsd files (XML Schema)
" Maintainer:	Nobody
" Last Change:	2005 Jun 09

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

" Use XML formatting rules
runtime! indent/xml.vim