Variable: antlr-options-style

antlr-options-style is a customizable variable defined in antlr-mode.el.gz.

Value

nil

Documentation

List of symbols which determine the style of option values.

If a style symbol is present, the corresponding option value is put into quotes, i.e., represented as a string, otherwise it is represented as an identifier.

The only style symbol used in the default value of antlr-options-alist is language-as-string. See also antlr-read-value.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-options-style nil
  "List of symbols which determine the style of option values.
If a style symbol is present, the corresponding option value is put into
quotes, i.e., represented as a string, otherwise it is represented as an
identifier.

The only style symbol used in the default value of `antlr-options-alist'
is `language-as-string'.  See also `antlr-read-value'."
  :type '(repeat (symbol :tag "Style symbol")))