backstage / mkdocs-techdocs-core

The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions
Apache License 2.0
82 stars 61 forks source link

Update pygments to 2.18.1 to include a jsx lexer #156

Closed kunickiaj closed 6 months ago

kunickiaj commented 7 months ago

Pygments 2.17 includes a new lexer for JSX (React) syntax. It doesn't officially support TSX (Typescript React) still but an improvement nonetheless.

johnphilip283 commented 6 months ago

Thanks for the PR @kunickiaj! Could I trouble you to update both the README.md as well as setup.py detailing the new version? Here is a similar PR that performs a similar package bump with the required updates: https://github.com/backstage/mkdocs-techdocs-core/pull/154.

kunickiaj commented 6 months ago

Thanks for the PR @kunickiaj! Could I trouble you to update both the README.md as well as setup.py detailing the new version? Here is a similar PR that performs a similar package bump with the required updates: #154.

Done