index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
textmodes
/
markdown-ts-mode.el
Age
Commit message (
Expand
)
Author
2026-05-23
markdown-ts-mode: Don't enable unconditionally by default
Rahul Martim Juliato
2026-05-22
Fix warning message in 'markdown-ts-mode--initialize'
Eli Zaretskii
2026-05-20
markdown-ts-mode: hide fence lines in view-mode (bug#81081)
Rahul Martim Juliato
2026-05-20
markdown-ts-mode: align default face definitions with markdown-mode
João Távora
2026-05-20
Fix markdown-ts-mode atx_heading face computation (bug#81042)
Stéphane Marks
2026-05-20
Allow markdown-ts--run-command-in-code-block to ignore output (bug#81041)
Stéphane Marks
2026-05-14
Use 'read-multiple-choice' in 'markdown-ts-mode' (bug#81027)
Rahul Martim Juliato
2026-05-14
Fix 'markdown-ts-code-span' face (bug#81026)
Rahul Martim Juliato
2026-05-14
Add read-only 'markdown-ts-view-mode' (bug#81023)
Rahul Martim Juliato
2026-05-13
Fix strikethrough in 'markdown-ts-mode' (bug#80991)
Rahul Martim Juliato
2026-05-13
Fix code-span in headings in 'markdown-ts-mode' (bug#80979)
Rahul Martim Juliato
2026-05-13
Make 'markdown-ts-inline-images' buffer local and test for GUI (bug#80978)
Stéphane Marks
2026-05-05
Improve 'markdown-ts-mode'
Rahul Martim Juliato
2026-04-02
Filter out some range settings in markdown-ts-mode
Yuan Fu
2026-02-22
; Use 'treesit-declare-unavailable-functions' in markdown-ts-mode.
Eli Zaretskii
2026-02-21
Add support for hiding markup delimiters in markdown-ts-mode
Rahul Martim Juliato
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-12-26
December 2025 spelling fixes
Paul Eggert
2025-10-29
Skip unknown language for code block in markdown-ts-mode (bug#79670)
Yuan Fu
2025-10-16
Check if treesit-major-mode-remap-alist is bound in ts-modes autoload forms
Juri Linkov
2025-08-29
* lisp/textmodes/markdown-ts-mode.el: Fix embed settings.
Juri Linkov
2025-08-18
Silence byte-compile warnings when treesit is not available
Juri Linkov
2025-08-14
New user option 'treesit-enabled-modes' (bug#79180)
Juri Linkov
2025-06-20
Use 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-01
Embed html, yaml and toml in markdown-ts-mode.
Juri Linkov
2025-04-18
Fix parens inside links in markdown-ts--treesit-settings.
Juri Linkov
2025-04-18
Lock 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 commit
Eli Zaretskii
2025-04-15
Expand markdown-ts-mode and add code block support for javascript
Yuan Fu
2025-02-27
Improve 'treesit-outline-search'
Juri Linkov
2025-02-18
; Fix copyright year in last commit
Stefan Kangas
2025-02-18
Add markdown-ts-mode
Rahul Martim Juliato