mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-08 13:44: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
|
||||
syntax region htmlVueTemplate fold
|
||||
\ start=+<template[^>]*>+
|
||||
\ end=+</template>\ze\n\(^$\n\)*<script>+
|
||||
\ end=+</template>\ze\n\(^$\n\)*<\(script\|style\)+
|
||||
\ keepend contains=@HTMLSyntax
|
||||
|
||||
syntax region javascriptVueScript fold
|
||||
|
||||
Reference in New Issue
Block a user