We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
At the moment, I have this extra line (maybe not perfect) in rust.vim: syn match Type "\v[A-Z]\w*[a-z0-9]"
rust.vim
syn match Type "\v[A-Z]\w*[a-z0-9]"
Furthermore, if it's decided to add something like this, it would be nice if it could have precedence over rustModPath, for cases like Object::new();.
rustModPath
Object::new();