view runtime/indent/xsd.vim @ 10844:1f16beccae3d

Added tag v8.0.0311 for changeset 678edb2542167667b21f548b18104ef1652db348
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Feb 2017 21:15: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