annotate runtime/indent/xhtml.vim @ 25968:c506b33fff84
Added tag v8.2.3517 for changeset 46205b125fbd92d4644a666ba9f5e3b2aa7ea858
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 16 Oct 2021 13:00:05 +0200 |
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
|