Andrew Branch

Results 208 comments of Andrew Branch

This is admittedly pretty tangential to the real discussion here, but I noticed it since Orta linked to my PR as a random example 😄 > astexplorer supports only a...

Cool, I'll have to check this out more when I get around to this one! Thanks! 😄

I don’t currently have the bandwidth to update this for Gatsby 4, but gladly review a PR for it.

You’re right, the README needs an update. To answer your question though, all it should take is to install the extension and list it in the `extensions` array. Then any...

It’s from the extension developer, e.g. [here](https://github.com/mathiasfrohlich/vscode-kotlin/blob/090fe4cd054d6142d7eaefdb69c12d4b063a089e/package.json#L35-L38). I do think it’s unfortunate that it’s not easier to find out what the possible strings are, which is why I have #90...

Ah, ok, I guess there is a bug here. The problem is that extension registers both `kotlin` and `koltinscript` under the same scope name, which I thought was impossible. Language...

README still needs some work 😄

The README covers this: https://github.com/andrewbranch/gatsby-remark-vscode#using-languages-and-themes-from-an-extension You still use `npm` but it reads from GitHub. Unfortunately some GH repos don’t behave well with this (e.g. if they need a build step...

Sorry for missing the first notification. It’s not easy to do right now. I’ve just learned that I can probably switch from stringified HTML nodes to an embedded HTML AST,...