m2-font-lock-keywords
m2-font-lock-keywords 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:
Default expressions to highlight in 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))