graphql / vscode-graphql

MIGRATED: VSCode GraphQL extension (autocompletion, go-to definition, syntax highlighting)
https://marketplace.visualstudio.com/items?itemName=Prisma.vscode-graphql
MIT License
557 stars 71 forks source link

feat: support highlighting markdown fenced code blocks #243

Closed bitjson closed 3 years ago

bitjson commented 3 years ago

Closes https://github.com/graphql/vscode-graphql/issues/78

Contributes to graphql/graphiql#2310

This adds support for highlighting of markdown fenced code blocks, e.g.:

 ```gql
 ```graphql
bitjson commented 3 years ago

Hey @acao, are you the right person to review this PR?

Please let me know if there's something else I should do with it, I'd love to have highlighting working in markdown files.

acao commented 3 years ago

yes I am! I would love to review this when I have a chance, looks great!

acao commented 3 years ago

looks like I invoked a bug with the publishing pipeline by merging PRs too quickly. when I get some free time in the next few weeks I will try to fix this and publish manually! thanks for this PR