summaryrefslogtreecommitdiff
path: root/lisp/textmodes/markdown-ts-mode.el
AgeCommit message (Expand)Author
2026-05-23markdown-ts-mode: Don't enable unconditionally by defaultRahul Martim Juliato
2026-05-22Fix warning message in 'markdown-ts-mode--initialize'Eli Zaretskii
2026-05-20markdown-ts-mode: hide fence lines in view-mode (bug#81081)Rahul Martim Juliato
2026-05-20markdown-ts-mode: align default face definitions with markdown-modeJoão Távora
2026-05-20Fix markdown-ts-mode atx_heading face computation (bug#81042)Stéphane Marks
2026-05-20Allow markdown-ts--run-command-in-code-block to ignore output (bug#81041)Stéphane Marks
2026-05-14Use 'read-multiple-choice' in 'markdown-ts-mode' (bug#81027)Rahul Martim Juliato
2026-05-14Fix 'markdown-ts-code-span' face (bug#81026)Rahul Martim Juliato
2026-05-14Add read-only 'markdown-ts-view-mode' (bug#81023)Rahul Martim Juliato
2026-05-13Fix strikethrough in 'markdown-ts-mode' (bug#80991)Rahul Martim Juliato
2026-05-13Fix code-span in headings in 'markdown-ts-mode' (bug#80979)Rahul Martim Juliato
2026-05-13Make 'markdown-ts-inline-images' buffer local and test for GUI (bug#80978)Stéphane Marks
2026-05-05Improve 'markdown-ts-mode'Rahul Martim Juliato
2026-04-02Filter out some range settings in markdown-ts-modeYuan Fu
2026-02-22; Use 'treesit-declare-unavailable-functions' in markdown-ts-mode.Eli Zaretskii
2026-02-21Add support for hiding markup delimiters in markdown-ts-modeRahul Martim Juliato
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-26December 2025 spelling fixesPaul Eggert
2025-10-29Skip unknown language for code block in markdown-ts-mode (bug#79670)Yuan Fu
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-08-29* lisp/textmodes/markdown-ts-mode.el: Fix embed settings.Juri Linkov
2025-08-18Silence byte-compile warnings when treesit is not availableJuri Linkov
2025-08-14New user option 'treesit-enabled-modes' (bug#79180)Juri Linkov
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-05-04* lisp/textmodes/markdown-ts-mode.el: Improve.Juri Linkov
2025-05-03; * lisp/textmodes/markdown-ts-mode.el (treesit-node-child): Declare.Eli Zaretskii
2025-05-01Embed html, yaml and toml in markdown-ts-mode.Juri Linkov
2025-04-18Fix parens inside links in markdown-ts--treesit-settings.Juri Linkov
2025-04-18Lock tree-sitter language grammars to verified versions.Juri Linkov
2025-04-16* lisp/textmodes/markdown-ts-mode.el: More ts-modes for code blocks.Juri Linkov
2025-04-16; Fix documentation of a recent commitEli Zaretskii
2025-04-15Expand markdown-ts-mode and add code block support for javascriptYuan Fu
2025-02-27Improve 'treesit-outline-search'Juri Linkov
2025-02-18; Fix copyright year in last commitStefan Kangas
2025-02-18Add markdown-ts-modeRahul Martim Juliato