view runtime/indent/xsd.vim @ 19169:cc6d4aa341fd

Added tag v8.2.0143 for changeset c9258281045da1a0c0c902cbd0428cf6ead69e3a
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jan 2020 16:00: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