bibtex-style-font-lock-keywords
bibtex-style-font-lock-keywords is a variable defined in `
bibtex-style.el
'.
Its value is
(("\\<\\(E\\(?:NTRY\\|XECUTE\\)\\|FUNCTION\\|I\\(?:NTEGERS\\|TERATE\\)\\|MACRO\\|RE\\(?:AD\\|VERSE\\)\\|S\\(?:ORT\\|TRINGS\\)\\)\\>" . font-lock-keyword-face)
("\\w+\\$" . font-lock-keyword-face)
("\\<\\(FUNCTION\\|MACRO\\)\\s-+{\\([^}\n]+\\)}"
(2 font-lock-function-name-face)))
- This variable may be risky if used as a file-local variable.
Documentation:
Not documented as a variable.