Skip to content

Commit

Permalink
removed a comma from the keyword list to get
Browse files Browse the repository at this point in the history
fn keyword highlighted
  • Loading branch information
megakorre committed Aug 11, 2012
1 parent 2e0c1db commit 8d26d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/etc/emacs/rust-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
(defvar rust-value-keywords
(let ((table (make-hash-table :test 'equal)))
(dolist (word '("mod" "const" "class" "type"
"trait" "struct", "fn" "enum"
"impl"))
"trait" "struct" "fn" "enum"
"impl"))
(puthash word 'def table))
(dolist (word '("again" "assert"
"break"
Expand Down

0 comments on commit 8d26d86

Please sign in to comment.