view runtime/indent/ant.vim @ 19148:b75ea81727be

Added tag v8.2.0133 for changeset 06ef1e438ac871d1805325ff523e6a9a9b66a1dc
author Bram Moolenaar <Bram@vim.org>
date Mon, 20 Jan 2020 20:30:05 +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