## Summary <!-- One paragraph explanation of the feature. --> Allow the likes of: ```js this.html`<b></b>`; ``` ...to have content syntax-highlighted. ## Motivation Per https://github.com/WebReflection/hyperHTML-Element and as convention for [hyperHTML proper](https://viperhtml.js.org/hyperhtml/documentation/#api-3) , there is an `html` method, but it won't be highlighted. ## Describe alternatives you've considered No good alternatives. Could assign to `html`, but awkward to use for each method: ```js const html = this.html.bind(this); ``` ## Additional context <!-- Add any other context or screenshots about the feature request here. -->  Thanks!
Summary
Allow the likes of:
...to have content syntax-highlighted.
Motivation
Per https://github.com/WebReflection/hyperHTML-Element and as convention for hyperHTML proper , there is an
htmlmethod, but it won't be highlighted.Describe alternatives you've considered
No good alternatives. Could assign to
html, but awkward to use for each method:Additional context
Thanks!