rust/src/test/run-make/rustdoc-hidden-line
Alex Crichton ad9e26dab3 rustdoc: Add syntax highlighting
This adds simple syntax highlighting based off libsyntax's lexer to be sure to
stay up to date with rust's grammar. Some of the highlighting is a bit ad-hoc,
but it definitely seems to get the job done!

This currently doesn't highlight rustdoc-rendered function signatures and
structs that are emitted to each page because the colors already signify what's
clickable and I think we'd have to figure out a different scheme before
colorizing them. This does, however, colorize all code examples and source code.

Closes #11393
2014-02-23 00:16:23 -08:00
..
foo.rs Added tests to make tidy 2014-02-07 12:49:24 -06:00
Makefile rustdoc: only filter lines starting with '# ' from the shown code. 2013-12-30 16:55:49 +11:00
verify.sh rustdoc: Add syntax highlighting 2014-02-23 00:16:23 -08:00