脚本的 emmet <script type="text/javascript">

emmet for script <script type="text/javascript">

我找不到

的任何 emmet
<script type="text/javascript"> 

这是emmet省略的吗? 我在 google 上也找不到。

可能是因为来自 MDN 的这个:

Omitted or a JavaScript MIME type: This indicates the script is JavaScript. The HTML5 specification urges authors to omit the attribute rather than provide a redundant MIME type.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script

如果你真的想要它,你可以制作一个 emmet 片段 ala

"script:type": "<script type=\"text/javascript\"></script>"

有关如何执行此操作的详细信息,请参阅 Link+tab shortcut Emmet on VSCode - How can I get the "type" to be included in this?