From: Anthony Minessale Date: Mon, 27 Apr 2009 03:07:55 +0000 (+0000) Subject: update X-Git-Tag: v1.0.4~1040 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f28bfb149c19088808b56a461f5b7c99d64ebe25;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13159 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/support-d/.emacs b/support-d/.emacs index e9cd0de1fb..bfc1a45832 100644 --- a/support-d/.emacs +++ b/support-d/.emacs @@ -178,7 +178,7 @@ ;; Customize face attributes (setq font-lock-face-attributes ;; Symbol-for-Face Foreground Background Bold Italic Underline - '((font-lock-comment-face "DarkGreen") + '((font-lock-comment-face "green") (font-lock-preprocessor-face "gray") (font-lock-string-face "Sienna") (font-lock-keyword-face "purple") @@ -186,6 +186,13 @@ (font-lock-variable-name-face "Yellow") (font-lock-type-face "Yellow") (font-lock-reference-face "Purple") + + (font-lock-builtin-face "limegreen") + (font-lock-constant-face "yellow") + (font-lock-doc-face "limegreen") + (font-lock-highlighting-face "limegreen") + (font-lock-warning-face "limegreen") + )) ;; Load the font-lock package. (require 'font-lock) @@ -197,6 +204,10 @@ + + + +