Variable: antlr-v3-font-lock-symbol-regexp
antlr-v3-font-lock-symbol-regexp is a variable defined in
antlr-mode.el.gz.
Value
"^[ ]*\\(scope\\)[ ]+\\([A-Za-z\300-\326\330-\337]\\sw*\\)?"
Documentation
Value for antlr-font-lock-symbol-regexp when using ANTLR v3.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-v3-font-lock-symbol-regexp
"^[ \t]*\\(scope\\)[ \t]+\\([A-Za-z\300-\326\330-\337]\\sw*\\)?"
"Value for `antlr-font-lock-symbol-regexp' when using ANTLR v3.")