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

Can you add c# to the supported languages? 🚀 - #463

Closed keparlak closed 1 year ago

keparlak commented 1 year ago

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

No response

Description

We often create snippets in C# and want them to be rendered with correct coloring. We would be glad if you add this feature for us.

riccardoperra commented 1 year ago

Hey @keparlak, thanks to @hackpirodev we added support for c# 😄

since we are using CodeMirror6 and legacy mode , probably highlighting will not cover every keywords for newest version of c#, but the most should be ok

we will schedule a deploy tomorrow morning around 9.00/10.00 CET 😄

thanks 🙏

keparlak commented 1 year ago

Thank you.