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

removing beginning s in text/html, with <style /> #118

Closed
quangv opened this issue Aug 18, 2020 · 0 comments · Fixed by #122
Closed

removing beginning s in text/html, with <style /> #118

quangv opened this issue Aug 18, 2020 · 0 comments · Fixed by #122

Comments

@quangv
Copy link

quangv commented Aug 18, 2020

moved here from: sveltejs/language-tools#324

Describe the bug
This or prettier, is removing starting works with beginning s, like sweet, Sweet, sssweet, after saving.

To Reproduce
Steps to reproduce the behavior:

App.svelte

<style>

</style>

sssweet

get's turned into: (after saving, see screenshot)

<style>

</style>

weet

Expected behavior
It should keep the sssweet

Screenshots
2020-07-19_21-20-22

System (please complete the following information):

  • OS: Windows 10
  • IDE: VSCode
  • Plugin/Package: "Svelte for VSCode", "Prettier"

Additional context
Strange.

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

Successfully merging a pull request may close this issue.

2 participants