view runtime/indent/xhtml.vim @ 19636:399a2c964eb3

Added tag v8.2.0374 for changeset d202122a4963f04c5c2ff82fe81d42f6ec390105
author Bram Moolenaar <Bram@vim.org>
date Thu, 12 Mar 2020 19:30:06 +0100
parents 25dd5036f2b0
children 4027cefc2aab
line wrap: on
line source

" Vim indent file
" Language:	XHTML
" Maintainer:	Bram Moolenaar <Bram@vim.org> (for now)
" Last Change:	2005 Jun 24

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
  finish
endif

" Handled like HTML for now.
runtime! indent/html.vim