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

Comment Support in Vue / HTML files #10525

Closed
julian-weimer opened this issue Apr 20, 2024 · 1 comment
Closed

Comment Support in Vue / HTML files #10525

julian-weimer opened this issue Apr 20, 2024 · 1 comment
Labels
C-enhancement Category: Improvements

Comments

@julian-weimer
Copy link

When dealing with multiple languages in HTML or Vue files Helix currently uses HTML-style comments for everything:

<html>
<script>
  <!-- const a = "1"; -->
</script>

<style>
  body {
    <!-- color: red; -->
  }
</style>

<body>
<!-- <p>Hello World</p> -->
</body>
</html>

Using helix 24.3 (2cadec0)

Is there something i need to configure?

@julian-weimer julian-weimer added the C-enhancement Category: Improvements label Apr 20, 2024
@the-mikedavis
Copy link
Member

Duplicate of #7364

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

No branches or pull requests

2 participants