Variable: markdown-ts--code-block-languages
markdown-ts--code-block-languages is a buffer-local variable defined
in markdown-ts-mode.el.gz.
Documentation
Alist mapping language node names to ts language.
If a language is not a ts language or is not mapped to one, it will be
in markdown-ts--code-block-non-ts-modes.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
;;; Code blocks:
(defvar-local markdown-ts--code-block-languages nil
"Alist mapping language node names to ts language.
If a language is not a ts language or is not mapped to one, it will be
in `markdown-ts--code-block-non-ts-modes'.")