cfengine2-font-lock-keywords
cfengine2-font-lock-keywords is a variable defined in `
cfengine.el
'.
Its value is
(("^[ ]*\\(a\\(?:cl\\|dmit\\|lerts\\)\\|b\\(?:inservers\\|roadcast\\)\\|c\\(?:lasses\\|o\\(?:ntrol\\|py\\)\\)\\|d\\(?:e\\(?:faultroute\\|ny\\)\\|i\\(?:rectories\\|s\\(?:able\\|ks\\)\\)\\)\\|editfiles\\|fil\\(?:\\(?:e\\|ter\\)s\\)\\|gr\\(?:ant\\|oups\\)\\|homeservers\\|i\\(?:gnore\\|mport\\|nterfaces\\)\\|links\\|m\\(?:ailserver\\|\\(?:ethod\\|iscmount\\|ountable\\)s\\)\\|p\\(?:\\(?:ackag\\|rocess\\)es\\)\\|re\\(?:name\\|quired\\|solve\\)\\|shellcommands\\|tidy\\|unmount\\):" 1 font-lock-keyword-face)
("^[ ]*\\([[:alnum:]_().|!]+\\)::" 1 font-lock-function-name-face)
("$(\\([[:alnum:]_]+\\))" 1 font-lock-variable-name-face)
("${\\([[:alnum:]_]+\\)}" 1 font-lock-variable-name-face)
("\\_<\\([[:alnum:]_]+\\)[ ]*=[ ]*(" 1 font-lock-variable-name-face)
("{[ ]*\\([^ \n]+\\)" 1 font-lock-constant-face))
- This variable may be risky if used as a file-local variable.
Documentation:
Not documented as a variable.