Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect expansion #6

Open
gravityFlower opened this issue May 14, 2017 · 0 comments
Open

Incorrect expansion #6

gravityFlower opened this issue May 14, 2017 · 0 comments

Comments

@gravityFlower
Copy link

Installed product versions

  • Visual Studio: 2017 Community - 15.2 (26430.6)
  • extension: 1.2.11

Description

meta attributes (or probably all containing = as value) are not correct expanded

Steps to recreate

  1. Enter meta[name="viewport" content="width=device-width"]
  2. expand with Tab

Current behavior

output:
<meta name="viewport" content="" width" />

Expected behavior

<meta name="viewport" content="width=device-width" />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant