File: cc-fonts.el.html
Some comments on the use of faces:
o c-label-face-name is either font-lock-constant-face (in
Emacs), or font-lock-reference-face.
o c-constant-face-name, c-reference-face-name and
c-doc-markup-face-name are essentially set up like
c-label-face-name.
o c-preprocessor-face-name is font-lock-preprocessor-face in
XEmacs and - in lack of a closer equivalent -
font-lock-builtin-face or font-lock-reference-face in Emacs.
o c-doc-face-name is font-lock-doc-string-face in XEmacs,
font-lock-doc-face in Emacs 21 and later, or
font-lock-comment-face in older Emacs (that since source
documentation are actually comments in these languages, as opposed
to elisp).
TBD: We should probably provide real faces for the above uses and instead initialize them from the standard faces.
Defined variables (24)
c++-font-lock-keywords | Default expressions to highlight in C++ mode. |
c++-font-lock-keywords-1 | Minimal font locking for C++ mode. |
c++-font-lock-keywords-2 | Fast normal font locking for C++ mode. |
c++-font-lock-keywords-3 | Accurate normal font locking for C++ mode. |
c-font-lock-keywords | Default expressions to highlight in C mode. |
c-font-lock-keywords-1 | Minimal font locking for C mode. |
c-font-lock-keywords-2 | Fast normal font locking for C mode. |
c-font-lock-keywords-3 | Accurate normal font locking for C mode. |
idl-font-lock-keywords | Default expressions to highlight in CORBA IDL mode. |
idl-font-lock-keywords-1 | Minimal font locking for CORBA IDL mode. |
idl-font-lock-keywords-2 | Fast normal font locking for CORBA IDL mode. |
idl-font-lock-keywords-3 | Accurate normal font locking for CORBA IDL mode. |
java-font-lock-keywords | Default expressions to highlight in Java mode. |
java-font-lock-keywords-1 | Minimal font locking for Java mode. |
java-font-lock-keywords-2 | Fast normal font locking for Java mode. |
java-font-lock-keywords-3 | Accurate normal font locking for Java mode. |
objc-font-lock-keywords | Default expressions to highlight in Objective-C mode. |
objc-font-lock-keywords-1 | Minimal font locking for Objective-C mode. |
objc-font-lock-keywords-2 | Fast normal font locking for Objective-C mode. |
objc-font-lock-keywords-3 | Accurate normal font locking for Objective-C mode. |
pike-font-lock-keywords | Default expressions to highlight in Pike mode. |
pike-font-lock-keywords-1 | Minimal font locking for Pike mode. |
pike-font-lock-keywords-2 | Fast normal font locking for Pike mode. |
pike-font-lock-keywords-3 | Accurate normal font locking for Pike mode. |
Defined functions (43)
Defined faces (1)
c-annotation-face | Face for highlighting annotations in Java mode and similar modes. |