abusaidm / html-snippets

VSCode html-snippets extention
MIT License
101 stars 75 forks source link

added <script src=""></script>; #39

Closed mlzzen closed 5 years ago

mlzzen commented 7 years ago

added ; added no type name value.

abusaidm commented 7 years ago

hello @creanme thank you for the PR, I added some more commits to your PR, your code has issues near the script tag, and you are also adding the the second script tag using the same prefix this can cause issues and confusion, why not fix the issue and replace the current script tag with the one you want with the src property?

thank you