Variable: antlr-no-action-keywords

antlr-no-action-keywords is a variable defined in antlr-mode.el.gz.

Value

nil

Documentation

Empty font-lock keywords for actions.

Do not change the value of this constant.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defconst antlr-no-action-keywords nil
  ;; Using nil directly won't work (would use highest level, see
  ;; `font-lock-choose-keywords'), but a non-symbol, i.e., (list), at `car'
  ;; would break Emacs-21.0:
  "Empty font-lock keywords for actions.
Do not change the value of this constant.")