prisma-labs / team

πŸ‘©β€πŸ”¬πŸ‘¨β€πŸ”¬Past sprint demo recordings & more
1 stars 1 forks source link

Add support for Prisma schema highlighting #3

Closed jasonkuhrt closed 4 years ago

jasonkuhrt commented 4 years ago

So that when:

  1. users put this into their Github READMEs, issue comments, pr comments etc.:

     ```prisma
  2. or users view a *.prisma file in a github repo,

users see nice syntax highlighting. Original but stale-closed attempt here: https://github.com/github/linguist/pull/4579

Active PR: https://github.com/github/linguist/pull/4668

Weakky commented 4 years ago

Opened PR: https://github.com/github/linguist/pull/4668

Weakky commented 4 years ago

Prisma color is colliding with DataWeave. There's an open issue to maybe remove the color proximity test and allow brands/companies to use their own color regardless of proximity with other languages.

Open issue here: https://github.com/github/linguist/issues/4506

Weakky commented 4 years ago

PR is merged, it should be released end of October at earliest.

Closing now