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

Detect and highlight multiline simple strings as one piece in Vue templates #505

Closed
terales opened this issue Mar 17, 2021 · 2 comments
Closed
Assignees
Labels

Comments

@terales
Copy link
Collaborator

terales commented Mar 17, 2021

Part of the #486 epic.

Detect multiline strings in tag/component content as one piece:

<!-- Highlighted: `Some\n  string.` -->
<p>
  Some
  string.
</p>

<!-- Highlighted: `Some\n    {{ foobar }} string.` -->
<p>
    Some
    {{ foobar }} string.
</p>
@terales terales changed the title Detect multiline simple strings in Vue templates Detect and highlight multiline simple strings as one piece in Vue templates Mar 17, 2021
@terales terales added the sp:2 label Mar 17, 2021
@terales terales added this to the Weekly cycle 004 milestone Mar 17, 2021
@antfu
Copy link
Contributor

antfu commented Mar 23, 2021

image
Just making sure if it's the expected result

@antfu antfu closed this as completed in 1585707 Mar 23, 2021
@terales
Copy link
Collaborator Author

terales commented Mar 23, 2021 via email

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

No branches or pull requests

2 participants