The highlighter seems to give keywords a higher precedence than strings. Take a look at the code block under "repositories" here:

The source is:
```rust
let repo = github.repo("user", "repo");
```
But it seems to be highlighting use as a keyword instead of "user" as a string.