conf-colon-font-lock-keywords
conf-colon-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))
("^[ ]*\\([^:\n]+\\)[ \n]*{[^{}]*?$" 1 'font-lock-type-face prepend))
- This variable may be risky if used as a file-local variable.