Variable: srecode-font-lock-macro-keywords
srecode-font-lock-macro-keywords is a variable defined in
srt-mode.el.gz.
Value
nil
Documentation
Dynamically generated font-lock keywords for srecode templates.
Once the escape_start, and escape_end sequences are known, then we can tell font lock about them.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/srecode/srt-mode.el.gz
(defvar srecode-font-lock-macro-keywords nil
"Dynamically generated `font-lock' keywords for srecode templates.
Once the escape_start, and escape_end sequences are known, then
we can tell font lock about them.")