branch: elpa/rust-mode
commit 4ccac8e304b7b4f9e874870ac32d8fc6d7ce51ce
Author: Huon Wilson <[email protected]>
Commit: Huon Wilson <[email protected]>

    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