es6-string-html
es6-string-html copied to clipboard
Highlight code in ES6 multiline strings
Hi, Just wanted to mention that other IDEs like JetBrains Intellij/WebStorm etc are doing this natively (no plugin required) with the following syntax: `/* language=jsx */` That would be nice...
I am using https://github.com/prettier/prettier with the default settings For example, let's say I have this: render() { return html`HelloI love coding.` } Prettier correctly formats it to this: render() {...
Issue Type: Bug Put this code into a JavaScript file: ```javascript const abc = await db.query(sql`SELECT 1`) if (!dbLine) { console.warn(`Blah`) } const foobar = await xyz() ``` You will...
I like the highlighting of this extension. But there's no autocomplete which is annoying. I haven't made a vscode extension so I don't know how this works but would it...
Thanks for publishing this helpful package 😄 Please add support for ```js template.innerHTML = `Hi`; ``` Compare with Atom: Thanks for considering this issue
I am trying to use `Strg+Shift+P` to insert the `/* html */` to avoid typing. Yet setting the entry I am getting this error:
It'd be nice to add support for more popular languages, e.g. Pyton, Java, Golang, etc. I know there is https://github.com/ptweir/python-string-sql for Python and probably forks for other languages. But installing...
Sort changelog in "newest to oldest version" order. Having to scroll down to find what's changed in the last version is very inconvenient.
Is it possible to add a textmate scope for general text that appears in a tagged string? For example, in this: I would like to customize `*`, `id`, `test`, etc....
Is it possible to make the tag function name configurable? To enable syntax highlighting for lets say html`…` and htm`…`