An experimental TypeSpec syntax for Lexicon

bla

+3 -2
+1 -1
DOCS.md
··· 12 12 13 13 ## Playground 14 14 15 - **→ [Open Playground](https://playground.typelex.org/)** to play with a bunch of lexicons. 15 + [Open Playground](https://playground.typelex.org/)** to play with a bunch of lexicons. 16 16 17 17 If you already know Lexicon, you can learn the syntax by just opening the Lexicons you're familiar with. 18 18
+2 -1
packages/playground/vite.config.ts
··· 7 7 libraries: ["@typespec/compiler", "@typelex/emitter"], 8 8 samples, 9 9 links: { 10 - documentationUrl: "https://tangled.org/@danabra.mov/typelex", 10 + documentationUrl: 11 + "https://tangled.org/@danabra.mov/typelex/blob/main/DOCS.md", 11 12 }, 12 13 }); 13 14