diff options
| author | Simeon Simeonov | 2026-02-14 10:44:11 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2026-02-14 10:44:11 +0100 |
| commit | aaac90c9b05e490660176dc6109b9e58c3bbe3c1 (patch) | |
| tree | 850d9c131aeaa749d2aaffaac54262b9917140fa /.emacs.d/lisp/rust-prog-mode.el | |
| parent | 5c2c9a50da3a3f534842ffe95a49fe990000a072 (diff) | |
Update markdown-mode and rust-mode
Diffstat (limited to '.emacs.d/lisp/rust-prog-mode.el')
| -rw-r--r-- | .emacs.d/lisp/rust-prog-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/rust-prog-mode.el b/.emacs.d/lisp/rust-prog-mode.el index 6263949..f2f3f0b 100644 --- a/.emacs.d/lisp/rust-prog-mode.el +++ b/.emacs.d/lisp/rust-prog-mode.el | |||
| @@ -204,7 +204,8 @@ See `prettify-symbols-compose-predicate'." | |||
| 204 | "u64" "i64" | 204 | "u64" "i64" |
| 205 | "u128" "i128" | 205 | "u128" "i128" |
| 206 | 206 | ||
| 207 | "f32" "f64" | 207 | "f16" "f32" |
| 208 | "f64" "f128" | ||
| 208 | "isize" "usize" | 209 | "isize" "usize" |
| 209 | "bool" | 210 | "bool" |
| 210 | "str" "char")) | 211 | "str" "char")) |
