annotate runtime/indent/vue.vim @ 31179:551a8be12cf9
Added tag v9.0.0923 for changeset f1c345ae4d898c6a86e5cb72b535380cc989e067
author |
Bram Moolenaar <Bram@vim.org> |
date |
Tue, 22 Nov 2022 21:45:03 +0100 |
parents |
1e91e26ceebf |
children |
7d68a90cbf5c |
rev |
line source |
30547
|
1 " Vim indent file placeholder
|
|
2 " Language: Vue
|
|
3 " Maintainer: None, please volunteer if you have a real Vue indent script
|
|
4
|
|
5 " Only load this indent file when no other was loaded.
|
|
6 if exists("b:did_indent")
|
|
7 finish
|
|
8 endif
|
|
9 let b:did_indent = 1
|
|
10
|
|
11 " Html comes closest
|
|
12 runtime! indent/html.vim
|