Variable: antlr-options-auto-colon
antlr-options-auto-colon is a customizable variable defined in
antlr-mode.el.gz.
Value
t
Documentation
Non-nil, if : is inserted with a rule or subrule options section.
A : is only inserted if this value is non-nil, if a rule or subrule
option is inserted with M-x antlr-insert-option (antlr-insert-option), if there was no rule or
subrule options section before, and if a : is not already present
after the section, ignoring whitespace, comments and the init action.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-options-auto-colon t
"Non-nil, if `:' is inserted with a rule or subrule options section.
A `:' is only inserted if this value is non-nil, if a rule or subrule
option is inserted with \\[antlr-insert-option], if there was no rule or
subrule options section before, and if a `:' is not already present
after the section, ignoring whitespace, comments and the init action."
:type 'boolean)