From 49e2cffcd13866a43994a76f63502150912d851d Mon Sep 17 00:00:00 2001 From: Randy Taylor Date: Thu, 15 Dec 2022 11:44:10 -0500 Subject: [PATCH] ; * etc/NEWS: Fix recent changes. --- etc/NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 6f0d1f65bf..02922e1fb7 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3069,14 +3069,15 @@ Bash shell scripts. *** New major mode 'dockerfile-ts-mode'. A major mode based on the tree-sitter library for editing Dockerfiles. This mode is auto-enabled for files which are named -"Dockerfile" or have the ".dockerfile" extension. +"Dockerfile", have the "Dockerfile." prefix, or have the ".dockerfile" +extension. *** New major mode 'cmake-ts-mode'. A major mode based on the tree-sitter library for editing CMake files. -It is auto-enabled for files whose name is "Cmakefile.txt" or whose +It is auto-enabled for files whose name is "CMakeLists.txt" or whose extension is ".cmake". -*** New major mode toml-ts-mode'. +*** New major mode 'toml-ts-mode'. A major mode based on the tree-sitter library for editing files written in TOML, a format for writing configuration files. It is auto-enabled for files with the ".toml" extension. -- 2.39.0