annotate runtime/indent/xslt.vim @ 19492:0fb396e68e12
Added tag v8.2.0303 for changeset 7803c6e82a87192938d31ce2449e7311da8e491d
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 22 Feb 2020 23:15:04 +0100 |
parents |
3fc0f57ecb91 |
children |
|
rev |
line source |
7
|
1 " 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.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
|
10
|
|
11 " Use XML formatting rules
|
|
12 runtime! indent/xml.vim
|
|
13
|