Home | History | Annotate | Download | only in misc

Lines Matching defs:face

166 (defcustom po-highlight-face 'highlight
167 "*The face used for PO mode highlighting. For Emacses with overlays.
170 This variable can be set by the user to whatever face they desire.
173 :type 'face
465 The variable 'po-highlight-face' selects the face to use for highlighting."
467 (overlay-put overlay 'face po-highlight-face)
468 ;; The fun thing is that a deleted overlay retains its face, and is
496 (set-extent-face extent po-highlight-face)
931 ;; ("^\\(msgid \\|msgstr \\)?\"\\|\"$" . font-lock-keyword-face)
936 . font-lock-keyword-face)
937 ("\\\\.\\|%\\*?[-.0-9ul]*[a-zA-Z]" . font-lock-variable-name-face)
938 ("^# .*\\|^#[:,]?" . font-lock-comment-face)
939 ("^#:\\(.*\\)" 1 font-lock-reference-face)
941 ;;("^#,\\(.*\\)" 1 font-function-name-reference-face)