jsp.vim 462 B

123456789101112131415161718
  1. " Vim filetype indent file
  2. " Language: JSP files
  3. " Maintainer: David Fishburn <fishburn@ianywhere.com>
  4. " Version: 1.0
  5. " Last Change: Wed Nov 08 2006 11:08:05 AM
  6. " Only load this indent file when no other was loaded.
  7. if exists("b:did_indent")
  8. finish
  9. endif
  10. " If there has been no specific JSP indent script created,
  11. " use the default html indent script which will handle
  12. " html, javascript and most of the JSP constructs.
  13. runtime! indent/html.vim