Move `super' and `this' to the constants list. They fit better here, I
think. And add `private' which was unaccountably missing.
(mdw-regexps "abstract" "case" "catch" "class" "def" "do" "else"
"extends" "final" "finally" "for" "forSome" "if"
"implicit" "import" "lazy" "match" "new" "object"
(mdw-regexps "abstract" "case" "catch" "class" "def" "do" "else"
"extends" "final" "finally" "for" "forSome" "if"
"implicit" "import" "lazy" "match" "new" "object"
- "override" "package" "protected" "return" "sealed"
- "super" "this" "throw" "trait" "try" "type" "val"
+ "override" "package" "private" "protected" "return"
+ "sealed" "throw" "trait" "try" "type" "val"
"var" "while" "with" "yield"))
(scala-constants
"var" "while" "with" "yield"))
(scala-constants
- (mdw-regexps "false" "null" "true"))
+ (mdw-regexps "false" "null" "super" "this" "true"))
(punctuation "\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/"))
(setq font-lock-keywords
(punctuation "\\s.\\|\\s(\\|\\s)\\|\\s\\\\|\\s/"))
(setq font-lock-keywords