Variable: markdown-ts-code-block-region-commands

markdown-ts-code-block-region-commands is a variable defined in markdown-ts-mode.el.gz.

Value

(comment-or-uncomment-region)

Documentation

Commands that need a region in a code-block context.

See markdown-ts--run-command-in-code-block.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defvar markdown-ts-code-block-region-commands '(comment-or-uncomment-region)
  "Commands that need a region in a code-block context.
See `markdown-ts--run-command-in-code-block'.")