Variable: antlr-options-headings
antlr-options-headings is a variable defined in antlr-mode.el.gz.
Value
("file" "grammar" "rule" "subrule")
Documentation
Headings for the four different option kinds.
The standard value is ("file" "grammar" "rule" "subrule"). See
antlr-options-alists
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;===========================================================================
;;; Options: definitions
;;;===========================================================================
(defvar antlr-options-headings '("file" "grammar" "rule" "subrule")
"Headings for the four different option kinds.
The standard value is (\"file\" \"grammar\" \"rule\" \"subrule\"). See
`antlr-options-alists'")