Variable: antlr-font-lock-negation-regexp
antlr-font-lock-negation-regexp is a variable defined in
antlr-mode.el.gz.
Value
"\\.\\.\\|\\([.~]\\)"
Documentation
Regexp whose first regexp group matches negation.
The negation is highlighted with face font-lock-negation-char-face.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-font-lock-negation-regexp "\\.\\.\\|\\([.~]\\)"
"Regexp whose first regexp group matches negation.
The negation is highlighted with face `font-lock-negation-char-face'.")