Variable: antlr-font-lock-symbol-regexp

antlr-font-lock-symbol-regexp is a variable defined in antlr-mode.el.gz.

Value

nil

Documentation

Regexp matching symbol declarations in the grammar, or nil.

If a regexp, the buffer content matched by the first regexp group is highlighted with face antlr-keyword and the content matched by the second regexp group is highlighted with face antlr-symbol.

The value is tool-dependent, see antlr-tool-version-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;===========================================================================
;;;  tool- and language-dependent font-lock
;;;===========================================================================

(defvar antlr-font-lock-symbol-regexp nil
  "Regexp matching symbol declarations in the grammar, or nil.
If a regexp, the buffer content matched by the first regexp group
is highlighted with face `antlr-keyword' and the content matched
by the second regexp group is highlighted with face
`antlr-symbol'.

The value is tool-dependent, see `antlr-tool-version-variables'.")