bibtex-font-lock-keywords

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

Documentation:
Default expressions to highlight in BibTeX mode.

Value:

(("^[ ]*\\(@[ ]*[^\"#%'(),={} \n0-9][^\"#%'(),={} \n]*\\)[ ]*[({][ \n]*\\([][[:alnum:].:;?!`'/*@+|()<>&_^$-]+\\)?" (1 font-lock-function-name-face) (2 font-lock-constant-face nil t)) ("^[ ]*\\(OPT[^\"#%'(),={} \n0-9][^\"#%'(),={} \n]*\\)[ ]*=" 1 font-lock-comment-face) ("^[ ]*\\([^\"#%'(),={} \n0-9][^\"#%'(),={} \n]*\\)[ ]*=" 1 font-lock-variable-name-face) (bibtex-font-lock-url) (bibtex-font-lock-crossref) ((lambda (bound) (bibtex-font-lock-cite '("\\\\cite[ \n]*{\\([^}]+\\)}" . 1) bound))))