1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-29 14:44:56 +03:00
kakoune/test/highlight/rust/let/in
2021-05-01 00:46:27 -04:00

5 lines
114 B
Plaintext

let foo = "bar";
let mut foo = "bar";
let (foo, bar) = ("baz", "quux");
let (mut foo, mut bar) = ("baz", "quux");