Variable: markdown-ts--code-block-non-ts-modes

markdown-ts--code-block-non-ts-modes is a buffer-local variable defined in markdown-ts-mode.el.gz.

Documentation

Alist mapping languages to non-tree-sitter modes for code blocks.

Populated by markdown-ts--code-block-ts-language to identify a code-block language mode which is not a tree-sitter mode or for which the tree-sitter grammar is unavailable.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defvar-local markdown-ts--code-block-non-ts-modes nil
  "Alist mapping languages to non-tree-sitter modes for code blocks.
Populated by `markdown-ts--code-block-ts-language' to identify a
code-block language mode which is not a tree-sitter mode or for which
the tree-sitter grammar is unavailable.")