Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/vim71/indent/xslt.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim71/indent/xslt.vim')
-rw-r--r--vim71/indent/xslt.vim13
1 files changed, 13 insertions, 0 deletions
diff --git a/vim71/indent/xslt.vim b/vim71/indent/xslt.vim
new file mode 100644
index 0000000..ff93d69
--- /dev/null
+++ b/vim71/indent/xslt.vim
@@ -0,0 +1,13 @@
+" Vim indent file
+" Language: XSLT .xslt files
+" Maintainer: David Fishburn <fishburn@ianywhere.com>
+" Last Change: Wed May 14 2003 8:48:41 PM
+
+" Only load this indent file when no other was loaded.
+if exists("b:did_indent")
+ finish
+endif
+
+" Use XML formatting rules
+runtime! indent/xml.vim
+