summaryrefslogtreecommitdiff
path: root/support/emacs/scala-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'support/emacs/scala-mode.el')
-rw-r--r--support/emacs/scala-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/emacs/scala-mode.el b/support/emacs/scala-mode.el
index 71e7897fb5..8fe25a2978 100644
--- a/support/emacs/scala-mode.el
+++ b/support/emacs/scala-mode.el
@@ -70,7 +70,7 @@ reserved keywords when used alone.")
(regexp-opt '("abstract" "case" "class" "catch" "def" "do" "else"
"extends" "final" "finally" "for" "if" "import" "new" "object"
"override" "package" "private" "protected" "return"
- "sealed" "super" "this" "throw" "trait" "try" "val" "var"
+ "sealed" "super" "this" "throw" "trait" "try" "type" "val" "var"
"with" "while" "yield")
'words))