Conversation
🦋 Changeset detectedLatest commit: c05d9c9 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
| 📦 Package | 🔒 Before | 🔓 After |
|---|---|---|
| eslint-plugin-regexp | trusted-with-provenance | none |
| @cloudflare/kv-asset-handler | trusted-with-provenance | none |
| @cloudflare/unenv-preset | trusted-with-provenance | none |
| workerd | trusted-with-provenance | none |
| @sveltejs/vite-plugin-svelte-inspector | trusted-with-provenance | provenance |
| @sveltejs/vite-plugin-svelte | trusted-with-provenance | provenance |
| jsdoc-type-pratt-parser | trusted-with-provenance | none |
| miniflare | trusted-with-provenance | none |
| youch | provenance | none |
| @cloudflare/workerd-darwin-64 | trusted-with-provenance | none |
| @cloudflare/workerd-darwin-arm64 | trusted-with-provenance | none |
| @cloudflare/workerd-linux-64 | trusted-with-provenance | none |
| @cloudflare/workerd-linux-arm64 | trusted-with-provenance | none |
| @cloudflare/workerd-windows-64 | trusted-with-provenance | none |
| wrangler | trusted-with-provenance | none |
9a4a5ea to
f284901
Compare
|
Thanks @ematipico. I've added more detail to the changeset. |
|
f284901 to
6e5ae1e
Compare
|
Sorry about the close. |
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
8562ae1 to
c05d9c9
Compare
No worries @matthewp @florian-lefebvre thanks for the corrections |
|
Code LGTM! This needs an update to docs, can you send a PR against the |
Changes
This PR addresses #15271 adding an optional
embeddedLangsprop to<Code />:<Code />creates a shiki highlighter withlangs: [lang].langs.langsparam for shiki to correctly highlightlangs: [lang, ...embeddedLangs]Testing
langssupport, settinglangto "vue" results in the main line of TSX being one long<span />.langssupport, each TSX token is its own<span /><span />containing the lone string "const"Docs
Docs will need an update here (can I do this for
en? Would I submit an issue there first or just a PR?)/cc @withastro/maintainers-docs