Variable: markdown-ts--non-ts-fontify-cache

markdown-ts--non-ts-fontify-cache is a buffer-local variable defined in markdown-ts-mode.el.gz.

Documentation

Cache for non-tree-sitter code block fontification.

Keys are (LANG . CONTENT-HASH) cons cells, values are lists of
(OFFSET-START OFFSET-END FACE) triples.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/markdown-ts-mode.el.gz
(defvar-local markdown-ts--non-ts-fontify-cache (make-hash-table :test #'equal)
  "Cache for non-tree-sitter code block fontification.
Keys are (LANG . CONTENT-HASH) cons cells, values are lists of
\(OFFSET-START OFFSET-END FACE) triples.")