summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorTheodor Thornhill <theo@thornhill.no>2022-11-25 21:04:18 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-26 01:57:39 +0100
commit7fc0eae28f03601e25e2a60030ae2dc59085c6d2 (patch)
tree9a7974cbb3823ec222b912346fed8cadd23bbc9d /etc/NEWS
parent0a8e724e37c96f7082fe17d7ab50cd86a073ccd8 (diff)
downloademacs-7fc0eae28f03601e25e2a60030ae2dc59085c6d2.tar.gz
Rename ts-mode to typescript-ts-mode
* lisp/progmodes/typescript-ts-mode.el: Rename from 'ts-mode' to 'typescript-ts-mode'. Rename all symbols to match new prefix. * etc/NEWS: Mention the new mode name. Ref: https://lists.gnu.org/r/emacs-devel/2022-11/msg01587.html
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0ffc849..3c92437 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2969,7 +2969,7 @@ This is a lightweight variant of 'js-mode' that is used by default
when visiting JSON files.
-** New mode 'ts-mode'.
+** New mode 'typescript-ts-mode'.
A major mode based on the tree-sitter library for editing programs
in the TypeScript language. It includes support for font-locking,
indentation, and navigation.