Variable: js--objfield-re

js--objfield-re is a variable defined in js.el.gz.

Value

"[[:alpha:]_$]\\(?:\\s_\\|\\sw\\)*:"

Documentation

Regexp matching the start of a JavaScript object field.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defconst js--objfield-re (concat js--name-re ":")
  "Regexp matching the start of a JavaScript object field.")