view runtime/indent/ant.vim @ 16022:284797c49db1

Added tag v8.1.1016 for changeset 5417a7f802ff05842a0e303448881f8e727848f4
author Bram Moolenaar <Bram@vim.org>
date Sun, 17 Mar 2019 17:00:13 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

" Vim indent file
" Language:    ANT files
" Maintainer:  David Fishburn <fishburn@ianywhere.com>
" Last Change: Thu May 15 2003 10:02:54 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