Variable: markdown-gfm-additional-languages

markdown-gfm-additional-languages is a customizable variable defined in markdown-mode.el.

Value

nil

Documentation

Extra languages made available when inserting GFM code blocks.

Language strings must have be trimmed of whitespace and not contain any curly braces. They may be of arbitrary capitalization, though.

Source Code

;; Defined in ~/.emacs.d/elpa/markdown-mode-20260321.143/markdown-mode.el
(defcustom markdown-gfm-additional-languages nil
  "Extra languages made available when inserting GFM code blocks.
Language strings must have be trimmed of whitespace and not
contain any curly braces. They may be of arbitrary
capitalization, though."
  :group 'markdown
  :type '(repeat (string :validate markdown-validate-language-string)))