fix: inner template tag indent error

This commit is contained in:
yemai
2019-06-14 12:25:18 +08:00
parent 011169653d
commit a3394d78cd

View File

@@ -19,7 +19,7 @@ endif
let s:name = 'vim-vue-plugin' let s:name = 'vim-vue-plugin'
" Let <template> handled by HTML " Let <template> handled by HTML
let s:vue_tag = '\v^\<(script|style)' let s:vue_tag = '\v^\<(script|style)'
let s:vue_end_tag = '\v\<\/(template|script|style)' let s:vue_end_tag = '\v^\<\/(template|script|style)'
let s:end_tag = '^\s*\/\?>\s*' let s:end_tag = '^\s*\/\?>\s*'
"}}} "}}}