Prisma schemas don't have proper syntax highlighting in dev.to articles.
For more info, check out this GitHub issue on the rouge-ruby repo
Prisma schemas don't have proper syntax highlighting in dev.to articles.
For more info, check out this GitHub issue on the rouge-ruby repo
For further actions, you may consider blocking this person and/or reporting abuse
networkict1 -
laundrylounge -
tradezone1 -
thedayevents -
Top comments (1)
Hi @mabdelwahab , unfortunately as you surmised we have to wait for Ruby Rouge to add it, we've been monitoring it for a while:
Support for syntax highlighting for Prisma schemas in Markdown #10467
Is your feature request related to a problem? Please describe.
Prisma is a database toolkit that comes with its own data modeling language to define the so-called Prisma schema.
Right now, Prisma schemas don't have proper syntax highlighting in dev.to articles.
Describe the solution you'd like
Ideally, dev.to could support the
prisma
annotation on fenced code blocks to render Prisma schemas more colorful! For example:Additional context
This has been enabled on GitHub already (see here).
This is the PR that enabled syntax highlighting for Prisma schemas on GitHub: github.com/github/linguist/pull/46...
As soon as Rouge implements it, we'll get it as well