Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

add support for JSX syntax highlighting #26

Open
kevinbarabash opened this issue Jun 9, 2015 · 1 comment
Open

add support for JSX syntax highlighting #26

kevinbarabash opened this issue Jun 9, 2015 · 1 comment

Comments

@kevinbarabash
Copy link
Contributor

Since pygment lexers are essentially just a set of regexes it might be feasible run the JavaScript and the HTML lexers over the same JSX code.

@brownhead where do we use pygments? I couldn't find any reference to it other than in requirements.txt and env/lib/python2.7/site-packages.

@itsjohncs
Copy link
Contributor

I think docutils (the library used to parse the RST) calls out to it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants