Closed
Description
When using Sublime Text (dev 3102) and the vue-syntax-highlight
library, auto-closing a tag with string interpolation causes Sublime Text to use the wrong closing tag.
Example:
<template>
<div id="foo">{{ test }}
</template>
When adding </
after {{ test }}
, the following occurs.
<template>
<div id="foo">{{ test }}</{>
</template>
I would imagine this is a bug with ST3's auto-closing feature, but it's possible it's a bug with the syntax definition, so I'm posting this here.
Metadata
Metadata
Assignees
Labels
No labels