xslt.vim 297 B

1234567891011121314
  1. " Vim indent file
  2. " Language: XSLT .xslt files
  3. " Maintainer: David Fishburn <fishburn@ianywhere.com>
  4. " Last Change: Wed May 14 2003 8:48:41 PM
  5. " Only load this indent file when no other was loaded.
  6. if exists("b:did_indent")
  7. finish
  8. endif
  9. " Use XML formatting rules
  10. runtime! indent/xml.vim