Variable: sh-indent-supported

sh-indent-supported is a variable defined in sh-script.el.gz.

Value

((sh . sh) (csh) (rc . rc))

Documentation

Indentation rule set to use for each shell type.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defconst sh-indent-supported
  '((sh . sh)
    (csh . nil)
    (rc . rc))
  "Indentation rule set to use for each shell type.")