Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
crutchcorn opened this issue Mar 31, 2024 · 1 comment

Comments

@crutchcorn
Copy link
Contributor

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
Copy link
Contributor Author

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

"attributes": [
{
"name": "lang",
"value": {
"kind": "plain",
"type": "enum"
},
"values": [
{
"name": "ts"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant