Mercurial > vim
view runtime/indent/xslt.vim @ 19753:cf2885e38afd
Added tag v8.2.0432 for changeset 0927df746554c87a4d37d64bc8fb2b48095431f5
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 23 Mar 2020 19:30:07 +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