fix: add syntax highlight for htmlVueTemplate

This commit is contained in:
yemai
2019-08-24 14:13:33 +08:00
parent 60c763aeae
commit 8e8926f1c1

View File

@@ -143,6 +143,11 @@ syntax region htmlVueTemplate
\ end=+</template>\ze\n\(^$\n\)*<script>+
\ keepend
\ contains=@HTMLSyntax
syntax region htmlVueTemplate
\ start=+<template\(\s.\{-}\)\?>+
\ end=+^</template>+
\ keepend
\ contains=@HTMLSyntax
syntax region pugVueTemplate
\ start=+<template lang="pug"\(\s.\{-}\)\?>+