Variable: cpp-font-lock-keywords-source-depth

cpp-font-lock-keywords-source-depth is a variable defined in font-lock.el.gz.

Value

0

Documentation

Regular expression depth of cpp-font-lock-keywords-source-directives.

This should be an integer. Used in cpp-font-lock-keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
;; `cpp-font-lock-keywords-source-depth' is calculated from:
;;
;;          (regexp-opt-depth (regexp-opt
;;		       '("define"  "elif" "else" "endif" "error" "file" "if" "ifdef"
;;			 "ifndef" "import" "include" "line" "pragma" "undef" "warning")))
;;
(defconst cpp-font-lock-keywords-source-depth 0
  "Regular expression depth of `cpp-font-lock-keywords-source-directives'.
This should be an integer.  Used in `cpp-font-lock-keywords'.")