Variable: js--treesit-operators
js--treesit-operators is a variable defined in js.el.gz.
Value
("=" "+=" "-=" "*=" "/=" "%=" "**=" "<<=" ">>=" ">>>=" "&=" "^=" "|="
"&&=" "||=" "??=" "==" "!=" "===" "!==" ">" ">=" "<" "<=" "+" "-" "*"
"/" "%" "++" "--" "**" "&" "|" "^" "~" "<<" ">>" ">>>" "&&" "||" "!")
Documentation
JavaScript operators for tree-sitter font-locking.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defvar js--treesit-operators
'("=" "+=" "-=" "*=" "/=" "%=" "**=" "<<=" ">>=" ">>>=" "&=" "^="
"|=" "&&=" "||=" "??=" "==" "!=" "===" "!==" ">" ">=" "<" "<=" "+"
"-" "*" "/" "%" "++" "--" "**" "&" "|" "^" "~" "<<" ">>" ">>>"
"&&" "||" "!")
"JavaScript operators for tree-sitter font-locking.")