rust/src/librustdoc/html
Chris Morgan c9a6e874ca Fix rustdoc highlighting of & and *.
Whitespace tokens were included, so the span check used with `&` was
incorrect, and it was never highlighted as kw-2.

The `*` in `*foo` and `*const T` should also be highlighted kw-2, so I
added them. Note that this *will* cause mishighlighting of code like
`1*2`, but that should have been written `1 * 2`. Same deal with `1&2`.
2016-12-23 12:23:50 +05:30
..
static Avoid using locally installed Source Code Pro font (fixes #24355). 2016-12-04 13:44:19 -08:00
escape.rs try! -> ? 2016-03-22 22:01:37 -05:00
format.rs rustdoc: link to cross-crate sources directly. 2016-11-30 04:48:56 +02:00
highlight.rs Fix rustdoc highlighting of & and *. 2016-12-23 12:23:50 +05:30
item_type.rs Remove redundant 'Type' in variant names, stop reexporting. 2016-10-02 21:58:18 -04:00
layout.rs rustdoc: Improve playground run buttons 2016-10-15 18:32:03 +01:00
markdown.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
render.rs rustdoc: Remove broken src links from reexported items from macros 2016-12-09 14:56:55 +00:00
toc.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00