You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a minor detail, but I noticed that when not adding a semicolon after the last line in the script section of a vue file, the closing </script> tag does not get properly coloured:
It looks fine with a ;` but many ESLint configurations, such as Nuxt's, suggest not adding extra semicolon at the end of JS/TS statements.
Many thanks for your very nice extension!
The text was updated successfully, but these errors were encountered:
adicco
changed the title
Proper colouring of closing script tag
Proper colouring of closing script tag when there is no semicolumn
Oct 3, 2022
Hi, there
Thanks for your feedback. However, I'm not able to reproduce the issue.
Could you please check if you use any JS/TS syntax plugins?
If so, you can disable them temporarily to test whether they cause the issue. You can also share them with me and I can check their compatibility.
Hello,
This is a minor detail, but I noticed that when not adding a semicolon after the last line in the
script
section of a vue file, the closing</script>
tag does not get properly coloured:It looks fine with a ;` but many ESLint configurations, such as Nuxt's, suggest not adding extra semicolon at the end of JS/TS statements.
Many thanks for your very nice extension!
The text was updated successfully, but these errors were encountered: