dermyhughes / gatsby-ghost-blog

Gatsby front end blog using Ghost as headless CMS
MIT License
0 stars 0 forks source link

chore: Add support for JSX syntax highlighting in Prism #198

Closed dermyhughes closed 3 months ago

codeautopilot[bot] commented 3 months ago

PR summary

This Pull Request adds support for JSX and TypeScript syntax highlighting in the Prism library used within the project. The changes involve importing the necessary Prism components for JSX, TypeScript, and TSX syntax highlighting in the Layout.tsx file. This enhancement will improve code readability and developer experience by providing proper syntax highlighting for these languages.

Suggestion

Consider updating the Pull Request description to provide more context about the changes and their benefits. This will help reviewers understand the purpose and impact of the PR more clearly.