+| markdown_language_map | A mapping of markdown language identifiers to aliases and Sublime Text syntaxes, used for syntax-highlighting fenced code blocks in popups. Each key is a fenced-code-block language tag (e.g. `"js"`). Each value is a two-element array: the first element is an array of additional aliases, and the second is an array of Sublime Text syntaxes associated with that language (e.g. `["MyPackage/MySyntaxLanguage"]`) or `scope:BASE_SCOPE` selectors (e.g. `["scope:source.js"]`). See [mdpopups `sublime_user_lang_map`](https://facelessuser.github.io/sublime-markdown-popups/settings/#mdpopupssublime_user_lang_map) for the full format description. |
0 commit comments