The built-in Pug basic language support extension does not give any syntax highlighting for <script type="module"> code. Regular <script> tags work as they should (including when type="text/javascript" is used).
Steps to Reproduce:
Open a .pug file with built-in Pug extension active
From @csvn here https://github.com/microsoft/vscode/issues/76181
The built-in Pug basic language support extension does not give any syntax highlighting for
<script type="module">
code. Regular<script>
tags work as they should (including whentype="text/javascript"
is used).Steps to Reproduce:
.pug
file with built-in Pug extension activescript(type="module").
block