OS: Linux x86_64(Ubuntu)
Sublime version: Sublime Text Build 3103 on
When we will try to add <script> tag in HTML file as shown in the first image(initial.png), AutoComplete options will pop up.
Once <script> from AutoComplete options is selected, ST will return <script> tag as:
<script type="text/javascript"></script>
as shown in second image(final.png).
But there is NO need of adding type="text/javascript" attribute as :
JavaScript is the default scripting language in HTML.
Copied from original issue: SublimeTextIssues/Core#1157
From @Saket-Komawar on March 25, 2016 18:10
OS: Linux x86_64(Ubuntu) Sublime version: Sublime Text Build 3103 on
When we will try to add
<script>
tag in HTML file as shown in the first image(initial.png), AutoComplete options will pop up. Once<script>
from AutoComplete options is selected, ST will return<script>
tag as:<script type="text/javascript"></script>
as shown in second image(final.png).But there is NO need of adding type="text/javascript" attribute as :
Copied from original issue: SublimeTextIssues/Core#1157