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

Comments in multi language files #9917

Closed
DoctorRyner opened this issue Mar 18, 2024 · 1 comment
Closed

Comments in multi language files #9917

DoctorRyner opened this issue Mar 18, 2024 · 1 comment
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue

Comments

@DoctorRyner
Copy link

In such files as svelte we need to properly handle comments, e.g. :toggle_comments should work properly in proper places.

For Svelte when I put a comment it display syntax errors

<script>
  // ..
</script>

<!-- ... -->

<style>
  // ...
</style>
@DoctorRyner DoctorRyner added the C-enhancement Category: Improvements label Mar 18, 2024
@the-mikedavis
Copy link
Member

Duplicate of #7364

@the-mikedavis the-mikedavis marked this as a duplicate of #7364 Mar 18, 2024
@the-mikedavis the-mikedavis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2024
@the-mikedavis the-mikedavis added the R-duplicate Duplicated issue: please refer to the linked issue label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: Improvements R-duplicate Duplicated issue: please refer to the linked issue
Projects
None yet
Development

No branches or pull requests

2 participants