Variable: markdown-ts-code-block-force-conventional-modes

markdown-ts-code-block-force-conventional-modes is a variable defined in markdown-ts-mode.el.gz.

Value

(markdown-ts-mode php-ts-mode)

Documentation

Treat these code block tree-sitter modes as conventional.

Some modes that embed multiple treesit parsers need to be treated with conventional font-lock. markdown-ts-mode itself is one of them.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defvar markdown-ts-code-block-force-conventional-modes
  '(markdown-ts-mode
    php-ts-mode)
  "Treat these code block tree-sitter modes as conventional.
Some modes that embed multiple `treesit' parsers need to be treated with
conventional font-lock.  `markdown-ts-mode' itself is one of them.")