annotate runtime/indent/xhtml.vim @ 27526:891948e114b4
Added tag v8.2.4290 for changeset 27694b525305edd67dd850ebc7a038391289ac94
author |
Bram Moolenaar <Bram@vim.org> |
date |
Thu, 03 Feb 2022 15:45:05 +0100 |
parents |
25dd5036f2b0 |
children |
4027cefc2aab |
rev |
line source |
7
|
1 " Vim indent file
|
|
2 " Language: XHTML
|
|
3 " Maintainer: Bram Moolenaar <Bram@vim.org> (for now)
|
357
|
4 " Last Change: 2005 Jun 24
|
|
5
|
|
6 " Only load this indent file when no other was loaded.
|
|
7 if exists("b:did_indent")
|
|
8 finish
|
|
9 endif
|
7
|
10
|
|
11 " Handled like HTML for now.
|
|
12 runtime! indent/html.vim
|