view runtime/indent/ant.vim @ 17432:d13620591637

Added tag v8.1.1714 for changeset ce35cdbe9f749f1113f5ede3f6c08668e3da4e1d
author Bram Moolenaar <Bram@vim.org>
date Thu, 18 Jul 2019 21:45:07 +0200
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