Mercurial > vim
view runtime/indent/xsd.vim @ 1605:7d127d580b6d v7.1.318
updated for version 7.1-318
author | vimboss |
---|---|
date | Fri, 20 Jun 2008 09:59:25 +0000 |
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