Variable: sh-mode--treesit-operators

sh-mode--treesit-operators is a variable defined in sh-script.el.gz.

Value

("|" "|&" "||" "&&" ">" ">>" "<" "<<" "<<-" "<<<" "==" "!=" ";&" ";;&")

Documentation

A list of sh-mode operators to fontify.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
;;; Tree-sitter font-lock

(defvar sh-mode--treesit-operators
  '("|" "|&" "||" "&&" ">" ">>" "<" "<<" "<<-" "<<<" "==" "!=" ";&" ";;&")
  "A list of `sh-mode' operators to fontify.")