Skip to content

Commit c0e988f

Browse files
committed
emacs: add match as keyword
1 parent a6a5c48 commit c0e988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/emacs/rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"unchecked" "unsafe"
7171
"while"))
7272
(puthash word t table))
73-
(puthash "alt" 'alt table)
73+
(puthash "match" 'alt table)
7474
(dolist (word '("true" "false")) (puthash word 'atom table))
7575
table))
7676
;; FIXME type-context keywords

0 commit comments

Comments
 (0)