view runtime/indent/xsd.vim @ 10537:53a18ae38edf

Added tag v8.0.0158 for changeset 6ddf322ff7cfd7b61684148e1a16c23df32b83e1
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jan 2017 19:30:04 +0100
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