We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The plugin doesn't currently highlight tagged templates strings in ejs files
<div> <%- html`<button>` %> </div>
The<button> doesn't get syntax highlighting
<button>
Any idea what would go into enabling this? I'd love to help but not sure where to start
The text was updated successfully, but these errors were encountered:
Consider forking this plugin if you need ejs support. It's out of scope for this plugin
Sorry, something went wrong.
No branches or pull requests
The plugin doesn't currently highlight tagged templates strings in ejs files
The
<button>
doesn't get syntax highlightingAny idea what would go into enabling this? I'd love to help but not sure where to start
The text was updated successfully, but these errors were encountered: