view runtime/indent/vue.vim @ 34687:a05d2e1b7654

Added tag v9.1.0224 for changeset 83875247fbc0fe52f6cf5abd85010fa31f097fc5
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 12:15:04 +0100
parents 7d68a90cbf5c
children
line wrap: on
line source

" Vim indent file placeholder
" Language:	Vue
" Maintainer:	None, please volunteer if you have a real Vue indent script
" Last Change:	2022 Dec 24

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
" don't set b:did_indent, otherwise html indenting won't be activated
" let b:did_indent = 1

" Html comes closest
runtime! indent/html.vim