view runtime/indent/xslt.vim @ 30802:15130b9714c5

Added tag v9.0.0735 for changeset 4fbd9086f149fdd518d95a8d2e2b72d27210649a
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Oct 2022 22:45:04 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

" Vim indent file
" Language:    XSLT .xslt files
" Maintainer:  David Fishburn <fishburn@ianywhere.com>
" Last Change: Wed May 14 2003 8:48:41 PM

" 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