Variable: antlr-syntax-propertize

antlr-syntax-propertize is a variable defined in antlr-mode.el.gz.

Value

nil

Documentation

Specification used to apply \+syntax-table text properties.

When non-nil, the value looks like (MAIN EXTEND-REGION MULTILINE-CHAR).

MAIN is used as value for syntax-propertize-function.

EXTEND-REGION is for syntax-propertize-extend-region-functions; it is appended to the existing value if it is a function, or replaces the value otherwise, t leaves the value untouched.

MULTILINE-CHAR is for c-multiline-string-start-char if non-nil; if that variable already has a non-nil value, it is set to t.

The value is tool-dependent, see antlr-tool-version-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
;;;===========================================================================
;;;  basic syntax
;;;===========================================================================

(defvar antlr-syntax-propertize nil
  "Specification used to apply \\+`syntax-table' text properties.
When non-nil, the value looks like (MAIN EXTEND-REGION MULTILINE-CHAR).

MAIN is used as value for `syntax-propertize-function'.

EXTEND-REGION is for `syntax-propertize-extend-region-functions';
it is appended to the existing value if it is a function, or
replaces the value otherwise, t leaves the value untouched.

MULTILINE-CHAR is for `c-multiline-string-start-char' if non-nil;
if that variable already has a non-nil value, it is set to t.

The value is tool-dependent, see `antlr-tool-version-variables'.")