From 8d32dc629ff610bd555dc23beaa9f4a56bc954a6 Mon Sep 17 00:00:00 2001 From: _rika Date: Tue, 4 Sep 2018 19:19:58 +0800 Subject: Add keywords `async` and `try` --- rust-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust-mode.el') diff --git a/rust-mode.el b/rust-mode.el index 35ae92f..8385a7e 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -522,7 +522,7 @@ buffer." ;; Font-locking definitions and helpers (defconst rust-mode-keywords - '("as" + '("as" "async" "box" "break" "const" "continue" "crate" "do" "dyn" @@ -534,7 +534,7 @@ buffer." "priv" "pub" "ref" "return" "self" "static" "struct" "super" - "true" "trait" "type" + "true" "trait" "type" "try" "use" "virtual" "where" "while" -- cgit v1.2.3