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.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/support/emacs/scala-mode.el b/support/emacs/scala-mode.el
index 5540b5865d..bdddeeb479 100644
--- a/support/emacs/scala-mode.el
+++ b/support/emacs/scala-mode.el
@@ -119,9 +119,9 @@ reserved keywords when used alone.")
(defconst scala-keywords-re
(regexp-opt '("abstract" "case" "class" "catch" "def" "do" "else" "extends"
"final" "finally" "for" "if" "implicit" "import" "new" "match"
- "object" "override" "package" "private" "protected" "return"
- "sealed" "super" "this" "throw" "trait" "try" "type" "val"
- "var" "with" "while" "yield")
+ "object" "override" "package" "private" "protected" "requires"
+ "return" "sealed" "super" "this" "throw" "trait" "try" "type"
+ "val" "var" "with" "while" "yield")
'words))
(defconst scala-constants-re