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

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

Value

(xref-find-definitions)

Documentation

Commands that need a "thing" at point 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-thing-commands '(xref-find-definitions)
  "Commands that need a \"thing\" at point in a code-block context.
See `markdown-ts--run-command-in-code-block'.")