Fix template pattern (#57)

This commit is contained in:
Adriaan Zonnenberg
2017-03-15 12:15:24 +01:00
parent 81ada6a73f
commit cdd07e6497

View File

@@ -31,7 +31,7 @@ endif
syntax include @HTML syntax/html.vim
unlet! b:current_syntax
syntax region html keepend start=/^<template\( lang=\("\|'\)[^\1]*html[^\1]*\1\)\?>/ end=/^<\/template>/ contains=@HTML fold
syntax region html keepend start=/^<template\_[^>]*>/ end=/^<\/template>/ contains=@HTML fold
if s:syntaxes.pug
syntax include @PUG syntax/pug.vim