From 6275e8ea5920ddc58bc9c3405a74fa6925598812 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 2 Aug 2012 17:13:53 -0700 Subject: Add trait to emacs keyword table. --- rust-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-mode.el') diff --git a/rust-mode.el b/rust-mode.el index e4b2c83..c79ca52 100644 --- a/rust-mode.el +++ b/rust-mode.el @@ -53,7 +53,7 @@ (defvar rust-value-keywords (let ((table (make-hash-table :test 'equal))) (dolist (word '("mod" "const" "class" "type" - "trait" "fn" "enum" + "trait" "struct", "fn" "enum" "impl")) (puthash word 'def table)) (dolist (word '("again" "assert" -- cgit v1.2.3