emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 4ccac8e 095/486: Update editor syntax files for


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 4ccac8e 095/486: Update editor syntax files for isize/usize.
Date: Sat, 7 Aug 2021 09:24:56 -0400 (EDT)

branch: elpa/rust-mode
commit 4ccac8e304b7b4f9e874870ac32d8fc6d7ce51ce
Author: Huon Wilson <dbau.pp+github@gmail.com>
Commit: Huon Wilson <dbau.pp+github@gmail.com>

    Update editor syntax files for isize/usize.
    
    Yay, syntax highlighting.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 6917e9e..661dc21 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -189,7 +189,7 @@
     "u64" "i64"
 
     "f32" "f64"
-    "float" "int" "uint"
+    "float" "int" "uint" "isize" "usize"
     "bool"
     "str" "char"))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]