dsssl-font-lock-keywords
dsssl-font-lock-keywords is a variable defined in `
scheme.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Default expressions to highlight in DSSSL mode.
Value:
(("(\\(define\\(-\\w+\\)?\\)\\>[ ]*\\((?\\)\\(\\sw+\\)\\>"
(1 font-lock-keyword-face)
(4 font-lock-function-name-face))
("(\\(and\\|c\\(ase\\|ond\\)\\|else\\|if\\|l\\(ambda\\|et\\(\\|*\\|rec\\)\\)\\|map\\|or\\|with-mode\\)\\>" . 1)
("(\\(element\\|mode\\|declare-\\w+\\)\\>[ ]*\\(\\sw+\\)"
(1 font-lock-keyword-face)
(2 font-lock-type-face))
("(\\(element\\)\\>[ ]*(\\(\\S)+\\))"
(1 font-lock-keyword-face)
(2 font-lock-type-face))
("\\<\\sw+:\\>" . font-lock-constant-face)
("<\\([!?][-a-z0-9]+\\)" 1 font-lock-keyword-face)
("<\\(/?[-a-z0-9]+\\)" 1 font-lock-function-name-face))