-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for jsx-lexer #347
Comments
+1 also we need to add a less lexer too! @svx do you think it's possible? |
I just ran a test, and it appears that both the default and RTD themes lack sufficient styling to make jsx-lexer useful. But there is an open PR upstream in Pygments |
We now have a JSX, LESS, and SCSS lexers with the new theme. However, the JSX is not that great. We might need to use JS or plain old |
When writing JSX code, avoid using |
We've got at least three trainings that could use
jsx
as a lexer via jsx-lexer. This lexer works with other themes, but not the RTD theme.See #341 (comment)
I have no idea whether it is possible to customize the RTD theme for lexers not included with Pygments.
Filed ticket upstream on 2024-11-07 in pygments/pygments#2816.
The text was updated successfully, but these errors were encountered: