Allow the use of <template v-if> inside of the <template>

Fix #6
It forces the user to indent the code correctly in order to detect the
englobbing template tag
This commit is contained in:
Eduardo San Martin Morote
2016-01-31 12:11:44 +01:00
parent 9375feca48
commit b25434a981

View File

@@ -31,7 +31,7 @@ endif
syntax include @HTML syntax/html.vim
unlet b:current_syntax
syntax region template keepend start=/<template>/ end="</template>" contains=@HTML fold
syntax region template keepend start=/^<template>/ end=/^<\/template>/ contains=@HTML fold
if s:syntaxes.jade
syntax include @JADE syntax/jade.vim