Variable: antlr-skip-line-regexp
antlr-skip-line-regexp is a variable defined in antlr-mode.el.gz.
Value
nil
Documentation
Regexp matching special declarations after the grammar header.
The value is tool-dependent, see antlr-tool-version-variables.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-skip-line-regexp nil
"Regexp matching special declarations after the grammar header.
The value is tool-dependent, see `antlr-tool-version-variables'.")