PrismJS / prism

Lightweight, robust, elegant syntax highlighting.
https://prismjs.com
MIT License
12.3k stars 1.3k forks source link

Microsoft Typespec #3800

Open marcselman opened 5 months ago

marcselman commented 5 months ago

Language Inspired by TypeScript, TypeSpec is a minimal language that helps developers describe API shapes in a familiar way. Describe your data up front and generate schemas, API specifications, client / server code, docs, and more.

Additional resources

timotheeguerin commented 1 month ago

We actually have our own Spec for now that we use on our website https://github.com/microsoft/typespec/blob/main/packages/website/src/theme/typespec-lang-prism.ts

Note this was done without extensive knowledge of PrismJS tokenizer so it might definitely need some fix