blob: f6fe350a8f36b18cbdf44652582424df66656f7b [file] [log] [blame]
Bram Moolenaar9fbdbb82022-09-27 17:30:34 +01001" Vim indent file placeholder
2" Language: Vue
3" Maintainer: None, please volunteer if you have a real Vue indent script
Bram Moolenaarf1dcd142022-12-31 15:30:45 +00004" Last Change: 2022 Dec 24
Bram Moolenaar9fbdbb82022-09-27 17:30:34 +01005
6" Only load this indent file when no other was loaded.
7if exists("b:did_indent")
8 finish
9endif
Bram Moolenaarf1dcd142022-12-31 15:30:45 +000010" don't set b:did_indent, otherwise html indenting won't be activated
11" let b:did_indent = 1
Bram Moolenaar9fbdbb82022-09-27 17:30:34 +010012
13" Html comes closest
14runtime! indent/html.vim