annotate runtime/indent/xhtml.vim @ 30189:2b36af84ef1f
Added tag v9.0.0430 for changeset ba22d5536d3ed8bf39da6344a812bb38c1b46e37
author |
Bram Moolenaar <Bram@vim.org> |
date |
Fri, 09 Sep 2022 20: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
|