conf-space-font-lock-keywords

conf-space-font-lock-keywords is a variable defined in `conf-mode.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Keywords to highlight in Conf Space mode.

Value:

(("^[ ]*\\[\\(.+\\)\\]" 1 'font-lock-type-face) ("^[ ]*\\(.+?\\)[ \n]*{[^{}]*?$" 1 'font-lock-type-face) (eval if conf-space-keywords (list (concat "^[ ]*\\(" conf-space-keywords "\\)[ ]+\\([^- ]+\\)") '(1 'font-lock-keyword-face) '(2 'font-lock-variable-name-face)) '("^[ ]*\\([^- ]+\\)" 1 'font-lock-variable-name-face)))