summaryrefslogtreecommitdiffstats
path: root/runtime/indent/xhtml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/indent/xhtml.vim')
-rw-r--r--runtime/indent/xhtml.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/indent/xhtml.vim b/runtime/indent/xhtml.vim
new file mode 100644
index 0000000..e5c9cc3
--- /dev/null
+++ b/runtime/indent/xhtml.vim
@@ -0,0 +1,13 @@
+" 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