We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
s
<style />
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.
prettier
sweet
Sweet
sssweet
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
System (please complete the following information):
Additional context Strange.
The text was updated successfully, but these errors were encountered:
Incorrectly escaped regexp broke style tags followed by "s" (#122)
ab79f9a
Fixes #118
Successfully merging a pull request may close this issue.
moved here from: sveltejs/language-tools#324
Describe the bug
This or
prettier
, is removing starting works with beginnings
, likesweet
,Sweet
,sssweet
, after saving.To Reproduce
Steps to reproduce the behavior:
App.svelte
get's turned into: (after saving, see screenshot)
Expected behavior
It should keep the
sssweet
Screenshots
System (please complete the following information):
Additional context
Strange.
The text was updated successfully, but these errors were encountered: