vscode-vue icon indicating copy to clipboard operation
vscode-vue copied to clipboard

Add support for single quotes in templates

Open matthojo opened this issue 8 years ago • 0 comments

Description

Currently templates are only supported if they use double quotes e.g <template lang="pug">.

Solution

This updates regex to allow for single quote versions to also be found, e.g <template lang='pug'>.

matthojo avatar Dec 08 '16 16:12 matthojo