m2-font-lock-keywords-1

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

Documentation:
Subdued level highlighting for Modula-2 modes.

Value:

(("\\<\\(INTERFACE\\|MODULE\\|PROCEDURE\\)\\>[ ]*\\(\\sw+\\)?" (1 font-lock-keyword-face) (2 font-lock-function-name-face nil t)) ("\\<\\(EXPORTS\\|FROM\\|IMPORT\\)\\>" (1 font-lock-keyword-face) (font-lock-match-c-style-declaration-item-and-skip-to-next nil (goto-char (match-end 0)) (1 font-lock-constant-face))) ("<\\*[ ]*\\(\\sw+\\)" 1 font-lock-warning-face prepend))