""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " Vim indent file " " Language: Vue (Wepy) " Maintainer: leafOfTree " " CREDITS: Inspired by mxw/vim-jsx. " """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" if exists("b:did_vue_indent") finish endif se sw=2 ts=2 let s:name = 'vim-vue-plugin' let s:vue_tag = '\v^\<(script|style)' " let