The highlighter seems to give keywords a higher precedence than strings. Take a look at the code block under "repositories" [here](https://crates.io/crates/hubcaps):  The source is: ```markdown ```rust let repo = github.repo("user", "repo"); ``` ``` But it seems to be highlighting `use` as a keyword instead of `"user"` as a string.