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
Here's a paragraph
```html<!-- this code block is perfectly highlighted -->
<mwc-textfieldoutlinedlabel="Publishable Key"value="dummy-key"
></mwc-textfield>
```
<Storyname="A">
{() => {
// I'm not highlighted as JSfunction onChange({ target: { value } }) {
$('output').textContent=value;
}
// custom element is weirdly highlightedreturnhtml` <mwc-textfield outlined label="Publishable Key" value="dummy-key" @change="${setPublishableKey}" ></mwc-textfield> <output></output>`// highlighting dies here until the next lit-html template starts
}
</Story>
## Thisisnothighlighted**neitheristhis**
<Storyname="B"height="60px">
{() => {
// highlighting resumes at <section// but dies again at </mwc-textfieldreturnhtml` <section id="hmm"> <mwc-textfield></mwc-textfield> </section>`;
}}
</Story>
which appears in atom as per the screenshot below:
The text was updated successfully, but these errors were encountered:
consider:
which appears in atom as per the screenshot below:
The text was updated successfully, but these errors were encountered: