From 03698af2fe2175d549188f8c72fdafcaa522a3b8 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Tue, 13 Dec 2005 09:49:15 +0000 Subject: added "requires" as a keyword --- support/emacs/scala-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'support') 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 -- cgit v1.2.3