Fix style section indentation

This commit is contained in:
Yemai
2020-02-19 10:06:42 +08:00
parent d3bfb9e0b6
commit 6ec817c635

View File

@@ -145,7 +145,7 @@ syntax region htmlVueTemplate fold
" When template code is not well indented " When template code is not well indented
syntax region htmlVueTemplate fold syntax region htmlVueTemplate fold
\ start=+<template[^>]*>+ \ start=+<template[^>]*>+
\ end=+</template>\ze\n\(^$\n\)*<script>+ \ end=+</template>\ze\n\(^$\n\)*<\(script\|style\)+
\ keepend contains=@HTMLSyntax \ keepend contains=@HTMLSyntax
syntax region javascriptVueScript fold syntax region javascriptVueScript fold