We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411cb28 commit 2d99103Copy full SHA for 2d99103
src/etc/emacs/rust-mode.el
@@ -52,7 +52,7 @@
52
(defvar rust-punc-chars "()[].,{}:;")
53
(defvar rust-value-keywords
54
(let ((table (make-hash-table :test 'equal)))
55
- (dolist (word '("mod" "type" "resource" "fn" "tag" "iface" "impl"))
+ (dolist (word '("mod" "type" "resource" "fn" "enum" "iface" "impl"))
56
(puthash word 'def table))
57
(dolist (word '("if" "else" "while" "do" "for" "break" "cont" "ret" "be" "fail" "const"
58
"check" "assert" "claim" "prove" "native" "import" "export" "let" "log"
0 commit comments