view runtime/indent/xsd.vim @ 21792:4eb35250b54e

Added tag v8.2.1445 for changeset d504fcd3d2c061f2d90853266abdd9da8114908c
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Aug 2020 17:15:05 +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