cfengine3-font-lock-keywords

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

Documentation:
Not documented as a variable.

Value:

(("\\_<\\(b\\(?:ody\\|undle\\)\\)\\_>[ ]+\\_<\\([[:alnum:]_.:]+\\)\\_>[ ]+\\_<\\([[:alnum:]_.:]+\\)\\(?:(\\([^)]*\\))\\)?" (1 font-lock-builtin-face) (2 font-lock-constant-face) (3 font-lock-function-name-face) (4 font-lock-variable-name-face nil t)) ("^[ ]*\\([[:alnum:]_().&|!:]+\\)::" 1 font-lock-keyword-face) ("^[ ]*\\([[:alnum:]_]+\\):" 1 font-lock-builtin-face) ("[@$](\\([[:alnum:]_.:]+\\))" 1 font-lock-variable-name-face) ("[@$]{\\([[:alnum:]_.:]+\\)}" 1 font-lock-variable-name-face) ("\\_<\\([[:alnum:]_]+\\)[ ]*=[ ]*(" 1 font-lock-variable-name-face) ("\\_<\\(counter\\|data\\|i\\(?:list\\|nt\\|range\\)\\|r\\(?:eal\\|list\\|range\\)\\|s\\(?:list\\|tring\\)\\)\\_>" 1 font-lock-type-face))