conf-font-lock-keywords

conf-font-lock-keywords is a variable defined in `conf-mode.el'.
Its value is

(("^[ ]*\\[\\(.+\\)\\]" 1 'font-lock-type-face) ("^[ ]*\\(.+?\\)\\(?:\\[\\(.*?\\)\\]\\)?[ ]*=" (1 'font-lock-variable-name-face) (2 'font-lock-constant-face nil t)) ("^[ ]*\\([^=:\n]+?\\)[ \n]*{[^{}]*?$" 1 'font-lock-type-face prepend))

  • This variable may be risky if used as a file-local variable.

Documentation:
Keywords to highlight in Conf mode.