vue.vim 385 B

123456789101112131415
  1. " Vim indent file placeholder
  2. " Language: Vue
  3. " Maintainer: None, please volunteer if you have a real Vue indent script
  4. " Last Change: 2022 Dec 24
  5. " Only load this indent file when no other was loaded.
  6. if exists("b:did_indent")
  7. finish
  8. endif
  9. " don't set b:did_indent, otherwise html indenting won't be activated
  10. " let b:did_indent = 1
  11. " Html comes closest
  12. runtime! indent/html.vim