Mercurial > vim
view runtime/indent/xslt.vim @ 23298:553475a18c8c
Added tag v8.2.2194 for changeset 40f1d3f0c53e3717430e7b81e704a45ead448f1e
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 22 Dec 2020 21:30:04 +0100 |
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