]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Add missing tree-sitter based modes.
authorEli Zaretskii <eliz@gnu.org>
Wed, 30 Nov 2022 18:29:04 +0000 (20:29 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 30 Nov 2022 18:29:04 +0000 (20:29 +0200)
etc/NEWS

index 20036cc45fdf45e169f253590b4a5890b26d3cff..4e091a5fed902bfc978363008eaa2c0ddc7f1cef 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2963,48 +2963,58 @@ Emacs buffers, like indentation and the like.  The new ert function
 'ert-test-erts-file' is used to parse these files.
 
 ---
-** New mode 'js-json-mode'.
+** New major mode 'js-json-mode'.
 This is a lightweight variant of 'js-mode' that is used by default
 when visiting JSON files.
 
-** New mode 'typescript-ts-mode'.
+** New major 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.
 
-** New mode 'c-ts-mode'.
+** New major mode 'c-ts-mode'.
 A major mode based on the tree-sitter library for editing programs
 in the C language.  It includes support for font-locking,
 indentation, Imenu, which-func, and navigation.
 
-** New mode 'c++-ts-mode'.
+** New major mode 'c++-ts-mode'.
 A major mode based on the tree-sitter library for editing programs
 in the C++ language.  It includes support for font-locking,
 indentation, Imenu, which-func, and navigation.
 
-** New mode 'java-ts-mode'.
+** New major mode 'java-ts-mode'.
 A major mode based on the tree-sitter library for editing programs
 in the Java language.  It includes support for font-locking,
 indentation, Imenu, which-func, and navigation.
 
-** New mode 'css-ts-mode'.
+** New major mode 'python-ts-mode'.
 A major mode based on the tree-sitter library for editing programs
-in the CSS language.  It includes support for font-locking,
+in the Python language.  It includes support for font-locking,
 indentation, Imenu, which-func, and navigation.
 
-** New mode 'json-ts-mode'.
+** New major mode 'css-ts-mode'.
+A major mode based on the tree-sitter library for editing CSS
+(Cascading Style Sheets).  It includes support for font-locking,
+indentation, Imenu, which-func, and navigation.
+
+** New major mode 'json-ts-mode'.
 A major mode based on the tree-sitter library for editing programs
 in the JSON language.  It includes support for font-locking,
 indentation, Imenu, which-func, and navigation.
 
-** New mode 'csharp-ts-mode'.
+** New major mode 'csharp-ts-mode'.
 A major mode based on the tree-sitter library for editing programs
 in the C# language.  It includes support for font-locking,
 indentation, Imenu, which-func, and navigation.
 
-** New mode 'csharp-mode'.
+** New major mode 'csharp-mode'.
 A major mode based on CC Mode for editing programs in the C# language.
 
+** New major mode 'bash-ts-mode'.
+A major mode based on the tree-sitter library for editing Bash shell
+scripts.  It includes support for font-locking, indentation, Imenu,
+which-func, and navigation.
+
 \f
 * Incompatible Lisp Changes in Emacs 29.1