Mercurial > vim
annotate runtime/indent/xhtml.vim @ 33013:9cfd5f9fed6d
Added tag v9.0.1798 for changeset 859e539d686b10b46aabf2f6bd3586d2f67c35e9
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 27 Aug 2023 19:00:09 +0200 |
parents | 4027cefc2aab |
children |
rev | line source |
---|---|
7 | 1 " Vim indent file |
2 " Language: XHTML | |
32770
4027cefc2aab
Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents:
357
diff
changeset
|
3 " Maintainer: The Vim Project <https://github.com/vim/vim> |
4027cefc2aab
Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents:
357
diff
changeset
|
4 " Last Change: 2023 Aug 10 |
4027cefc2aab
Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)
Christian Brabandt <cb@256bit.org>
parents:
357
diff
changeset
|
5 " Former Maintainer: Bram Moolenaar <Bram@vim.org> |
357 | 6 |
7 " Only load this indent file when no other was loaded. | |
8 if exists("b:did_indent") | |
9 finish | |
10 endif | |
7 | 11 |
12 " Handled like HTML for now. | |
13 runtime! indent/html.vim |