0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00
vim/runtime/indent/xsd.vim

14 lines
253 B
VimL
Raw Normal View History

2005-06-13 22:28:56 +00:00
" 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