We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
let ref
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title says, take this example:
fn main() { let highlighted = (); let ref not_highlighted = (); }
I'm using the latest version from MELPA.
The text was updated successfully, but these errors were encountered:
Looks like a buglet here:
;; Type-inferred binding (,(concat "\\_<\\(?:let\\|ref\\)\\s-+\\(?:mut\\s-+\\)?" (rust-re-grab rust-re-ident) "\\_>") 1 font-lock-variable-name-face)
since if you remove the let from the source, the identifier is highlighted.
let
Sorry, something went wrong.
Fix font-locking of "let ref"
e201404
Fixes rust-lang#271
I didn't check your commit nor the regex but the same happens also with let ref mut.
let ref mut
No branches or pull requests
As the title says, take this example:
I'm using the latest version from MELPA.
The text was updated successfully, but these errors were encountered: