summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2015-01-07 20:19:58 +1100
committerHuon Wilson <dbau.pp+github@gmail.com>2015-01-07 20:19:58 +1100
commit4ccac8e304b7b4f9e874870ac32d8fc6d7ce51ce (patch)
treef2c36d546749d84f4e7c70f394cd7359cc5042ff /rust-mode.el
parent079f0c2e36a6f7b25b3c2a0d9d64a0ef6e1816c4 (diff)
downloadrust-mode-4ccac8e304b7b4f9e874870ac32d8fc6d7ce51ce.tar.gz
Update editor syntax files for isize/usize.
Yay, syntax highlighting.
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el2
1 files changed, 1 insertions, 1 deletions
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"))