X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/87c7cecb2831fa715fa1bd60bf9fc75c55764abe..54da545d2b0cc2d9805ff53d12ae1d927a285df4:/dot-emacs.el diff --git a/dot-emacs.el b/dot-emacs.el index 1a1b90a..7dd4743 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -605,6 +605,9 @@ doesn't cope with anything approximating a complicated case." (mdw-number-face :foreground "yellow") (font-lock-function-name-face :weight bold) (font-lock-variable-name-face :slant italic) + (font-lock-comment-delimiter-face + :foreground ,(if window-system "SeaGreen1" "green") + :slant italic) (font-lock-comment-face :foreground ,(if window-system "SeaGreen1" "green") :slant italic) @@ -1217,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" - "while" "yield")))) + "with" "while" "yield")))) (setq font-lock-keywords (list