riccardoperra / codeimage

A tool to beautify your code screenshots. Built with SolidJS and Fastify.
https://codeimage.dev
MIT License
1.39k stars 73 forks source link

🚀 - Support more languages like "shell" #454

Closed PeterDaveHello closed 1 year ago

PeterDaveHello commented 1 year ago

Which @codeimage/* package(s) are relevant/releated to the feature request?

codeimage

Description

Would be great to see more language to be supported to have beautiful syntax highlight here 🎉

riccardoperra commented 1 year ago

Hey @PeterDaveHello, since I'm using codemirror6 I don't have the full language support like the previous version.

Here's the list of the legacy languages which I can add to CodeImage https://github.com/codemirror/legacy-modes

In case, shell is present so I will add it soon, but in case do you also need some other language present on the page?

PeterDaveHello commented 1 year ago

Hi @riccardoperra, thanks for your prompt reply, currently, shell is the only language I'd like to have its support, but please feel free to take your time :D

riccardoperra commented 1 year ago

No worries it's just a configuration 😄 https://github.com/riccardoperra/codeimage/pull/455

riccardoperra commented 1 year ago

Deployed with v1.1.4 release - https://github.com/riccardoperra/codeimage/actions/runs/4047006131

PeterDaveHello commented 1 year ago

Good to see that Dockerfile is also supported! Thank you @riccardoperra!