-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
help wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Description
Currently this plugin only works inside .js files. It would be useful if this could work inside .html files as well. I write lit-html inside single html file snippets for demos a lot.
For example:
<html>
<head>
<script type="module">
import { html, render } from 'lit-html';
const myTemplate = html`
<div>Foo</div>
`;// <-- not highlighted
render(myTemplate, document.body);
</script>
</head>
<body></body>
</html>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities