New language packages for Astro and Prisma

Hi everyone,

I recently built and published two new language packages for the CodeMirror ecosystem. If you are building editors that need to support Astro components or Prisma schemas, I hope you find these useful!

Here are the details:

  • Astro Language Support Package: @fazelstudio/codemirror-lang-astro Description: Provides syntax highlighting, parsing, and language support for .astro files.

  • Prisma Language Support Package: @fazelstudio/codemirror-lang-prisma Description: Brings syntax highlighting and parsing for Prisma schema (.prisma) files.

You can install them via npm, and the source code is available on GitHub:

I would love to hear your feedback. If you run into any issues or have feature requests, please feel free to open an issue on the respective repositories.

Cheers,

Fazel Studio

Nice. I’ve added them to the community extension list.

(This directory looks like it might have been accidentally committed.)

Thank you.

And thanks again for the correction.