Variable: antlr-font-lock-syntax-spec

antlr-font-lock-syntax-spec is a variable defined in antlr-mode.el.gz.

Value

("\\(->\\|[!^]\\)")

Documentation

Specification for highlighting syntax symbols for AST creation: !, ^, ->.

If non-nil, the value looks like (REGEXP). Syntax symbols are matched by the first regexp group in REGEXP, and are highlighted with face antlr-syntax.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-font-lock-syntax-spec '("\\(->\\|[!^]\\)")
  "Specification for highlighting syntax symbols for AST creation: !, ^, ->.
If non-nil, the value looks like (REGEXP).  Syntax symbols are matched
by the first regexp group in REGEXP, and are highlighted with face
`antlr-syntax'.")