Matej Ľach
Matej Ľach
It seems that known types, (structs) are not being highlighted when used as a type in another struct:  In this example, I would expect the `String` of BString, `Vec`...
I was trying to implement a [fix](https://github.com/rust-lang/cargo/pull/2149/files) for `cargo` ([the issue](https://github.com/rust-lang/cargo/issues/2123)), however the only way of improving the error message involves cutting out the bad flag/option out of the error...
It would be really nice if one could change the font size of the tweets, without affecting the rest of the UI. Is this possible/planned? Thanks.
On the Git CLI, I can use `git push -o ` for example `git push -o merge_request.create` to supply string options with `push ` that are then processed on the...