analogjs / idea-plugin

JetBrains plugin for Analog Language Tools
https://plugins.jetbrains.com/plugin/23913-analog
MIT License
7 stars 0 forks source link

<script lang=""> autocomplete shows `js` as valid option to script tag #5

Open crutchcorn opened 8 months ago

crutchcorn commented 8 months ago

When using the Analog format, it shows "js" as a valid option to the script tag, despite not being valid as the Analog format suggests

image
crutchcorn commented 8 months ago

This is weird because the code doesn't seem to have a js enum:

https://github.com/analogjs/idea-plugin/blob/d9807b2ca941162c430319b519efa9d387d87332/resources/web-types/analog%400.2.30.web-types.json#L22-L34