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

uncomment - multiline wrap comment HTML, can't get working #141

Open
b3tchi opened this issue May 18, 2020 · 0 comments
Open

uncomment - multiline wrap comment HTML, can't get working #141

b3tchi opened this issue May 18, 2020 · 0 comments

Comments

@b3tchi
Copy link

b3tchi commented May 18, 2020

Hello, i'm trying get multilne comment's get work but i'm not successful

<script>
  /* function test1(){
    alert('1');
  } */
</script>
<style>
  html{
    background:red;
  }
</style>
<html>
  <div>test</div>
  <!-- <div>
    rest
  </div> -->
</html>

If i try to uncomment wrap block gcuw nothing happens same is for javascript and html.

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

No branches or pull requests

1 participant