Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim73/indent/xhtml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim73/indent/xhtml.vim')
-rw-r--r--vim73/indent/xhtml.vim12
1 files changed, 12 insertions, 0 deletions
diff --git a/vim73/indent/xhtml.vim b/vim73/indent/xhtml.vim
new file mode 100644
index 0000000..2197b79
--- /dev/null
+++ b/vim73/indent/xhtml.vim
@@ -0,0 +1,12 @@
+" Vim indent file
+" Language: XHTML
+" Maintainer: Bram Moolenaar <Bram@vim.org> (for now)
+" Last Change: 2005 Jun 24
+
+" 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