summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2026-06-01 12:53:44 +0100
committerSean Whitton <spwhitton@spwhitton.name>2026-06-01 12:53:44 +0100
commit32c329253f33850d29851b4b5f1757b3b2106bb9 (patch)
tree5f3140ffe9cd13184b5ea6af6096ba8bd43054c8
parenteac3779a8fc6d952fdb52fe66184c6084b353597 (diff)
; Move markdown-ts-mode to correct NEWS file.
-rw-r--r--etc/NEWS11
-rw-r--r--etc/NEWS.319
2 files changed, 11 insertions, 9 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e764545c508..aab605f999b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -68,6 +68,17 @@ check out the repository to prepare a patch for the package maintainer.
* New Modes and Packages in Emacs 32.1
+** New major modes based on the tree-sitter library
+
+*** New major mode 'markdown-ts-mode'.
+A major mode based on the tree-sitter library for editing Markdown
+files. Markdown files are visited using this mode when the required
+tree-sitter grammars ('markdown' and 'markdown-inline') are available,
+or when the user has opted in via 'treesit-enabled-modes'. Otherwise,
+Markdown files fall back to 'text-mode'.
+
+To install the grammars, use 'M-x markdown-ts-mode-install-parsers'.
+
* Incompatible Lisp Changes in Emacs 32.1
diff --git a/etc/NEWS.31 b/etc/NEWS.31
index dc45122a6db..4c552389a8a 100644
--- a/etc/NEWS.31
+++ b/etc/NEWS.31
@@ -3944,15 +3944,6 @@ A major mode based on 'conf-mode' for editing ".npmrc" files.
** New major modes based on the tree-sitter library
-*** New major mode 'markdown-ts-mode'.
-A major mode based on the tree-sitter library for editing Markdown
-files. Markdown files are visited using this mode when the required
-tree-sitter grammars ('markdown' and 'markdown-inline') are available,
-or when the user has opted in via 'treesit-enabled-modes'. Otherwise,
-Markdown files fall back to 'text-mode'.
-
-To install the grammars, use 'M-x markdown-ts-mode-install-parsers'.
-
*** New major mode 'mhtml-ts-mode'.
An optional major mode based on the tree-sitter library for editing HTML
files. This mode handles indentation, fontification, and commenting for