Variable: TeX-TikZ-point-name-regexp
TeX-TikZ-point-name-regexp is a customizable variable defined in
tex-style.el.
Value
"(\\([A-Za-z0-9]+\\))"
Documentation
A regexp that matches TikZ names.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/tikz.el
(defcustom TeX-TikZ-point-name-regexp
"(\\([A-Za-z0-9]+\\))"
"A regexp that matches TikZ names."
:type 'regexp)