blob: ff93d69d7b7e32f2cb5e0b04685c47355f0484ae [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Vim indent file
2" Language: XSLT .xslt files
3" Maintainer: David Fishburn <fishburn@ianywhere.com>
4" Last Change: Wed May 14 2003 8:48:41 PM
5
6" Only load this indent file when no other was loaded.
7if exists("b:did_indent")
8 finish
9endif
10
11" Use XML formatting rules
12runtime! indent/xml.vim
13