mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
14 lines
253 B
VimL
14 lines
253 B
VimL
|
" 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
|
||
|
|