removed a comma from the keyword list to get

fn keyword highlighted
This commit is contained in:
Patrik Kårlin 2012-08-12 00:19:25 +02:00
parent 2e0c1dbd4f
commit 8d26d86b70

View File

@ -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"