Skip to content

Sublime Text Auto-closing Tags #67

Closed
@taylorzane

Description

@taylorzane

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions