Variable: antlr-do-syntax-propertize

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

Value

nil

Documentation

Whether M-x antlr-mode (antlr-mode) runs syntax-propertize on the complete buffer.

Running it explicitly at the beginning of the mode might be necessary for a correct Index menu and motion commands.

Source Code

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

;; Actually, issues in the "Index" (at least with sorted entries) menu are
;; imenu-induced.  If entries are missing in the menu (as are sometimes for me
;; on Emacs-25.1.1), try M-x imenu RET -> you see all.  This might not be the
;; case anymore with the reordering of `imenu-add-to-menubar'...
(defvar antlr-do-syntax-propertize (< emacs-major-version 25)
  "Whether \\[antlr-mode] runs `syntax-propertize' on the complete buffer.
Running it explicitly at the beginning of the mode might be
necessary for a correct Index menu and motion commands.")