Mercurial > vim
view 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 |
line wrap: on
line source
" Vim indent file " Language: XHTML " Maintainer: The Vim Project <https://github.com/vim/vim> " Last Change: 2023 Aug 10 " Former Maintainer: Bram Moolenaar <Bram@vim.org> " 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