mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 21:54:46 +08:00
Fix style section indentation
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user