Skip to content

rustdoc: refactor rustdoc syntax highlighting for a more flexible API #33328

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

Merged
merged 1 commit into from
May 7, 2016

Conversation

nrc
Copy link
Member

@nrc nrc commented May 1, 2016

Clients can now use the rustdoc syntax highlighter to classify tokens, then use that info to put together there own HTML (or whatever), rather than just having static HTML output.

@rust-highfive
Copy link
Contributor

r? @steveklabnik

(rust_highfive has picked a reviewer for you, use r? to override)

@nrc nrc force-pushed the highlight-api branch from e7c90c4 to 514a3bf Compare May 2, 2016 00:10
@nrc
Copy link
Member Author

nrc commented May 3, 2016

r? @alexcrichton

Clients can now use the rustdoc syntax highlighter to classify tokens, then use that info to put together there own HTML (or whatever), rather than just having static HTML output.
@nrc nrc force-pushed the highlight-api branch from 514a3bf to 25160af Compare May 3, 2016 22:30
@alexcrichton
Copy link
Member

@bors: r+ 25160af

@bors
Copy link
Collaborator

bors commented May 7, 2016

⌛ Testing commit 25160af with merge a9cc5b0...

bors added a commit that referenced this pull request May 7, 2016
rustdoc: refactor rustdoc syntax highlighting for a more flexible API

Clients can now use the rustdoc syntax highlighter to classify tokens, then use that info to put together there own HTML (or whatever), rather than just having static HTML output.
@bors bors merged commit 25160af into rust-lang:master May 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants