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:
- Astro: https://www.npmjs.com/package/@fazelstudio/codemirror-lang-astro
- Prisma: https://www.npmjs.com/package/@fazelstudio/codemirror-lang-prisma
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,