dot-emacs: Add new Python `with' keyword.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 7 Apr 2008 13:55:15 +0000 (14:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 7 Apr 2008 13:58:15 +0000 (14:58 +0100)
dot-emacs.el

index e2e8998..7dd4743 100644 (file)
@@ -1220,7 +1220,7 @@ strip numbers instead."
                        "del" "elif" "else" "except" "exec" "finally" "for"
                        "from" "global" "if" "import" "in" "is" "lambda"
                        "not" "or" "pass" "print" "raise" "return" "try"
                        "del" "elif" "else" "except" "exec" "finally" "for"
                        "from" "global" "if" "import" "in" "is" "lambda"
                        "not" "or" "pass" "print" "raise" "return" "try"
-                       "while" "yield"))))
+                       "with" "while" "yield"))))
     (setq font-lock-keywords
          (list
 
     (setq font-lock-keywords
          (list