From fef4f18cc33754c1c06be3100563e2b0b690c067 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 8 Jan 2023 10:56:06 +0100 Subject: [PATCH] ; Fix NEWS --- etc/NEWS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index c7cfead5fd0..e9366fe8dd4 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -797,10 +797,10 @@ filter/sentinel error has been handled. ** New faces for font-lock. These faces are primarily meant for use with tree-sitter. They are: 'font-lock-bracket-face', 'font-lock-delimiter-face', -'font-lock-escape-face', 'font-lock-number-face', -'font-lock-regexp-face', -'font-lock-misc-punctuation-face', 'font-lock-operator-face', -'font-lock-property-face', and 'font-lock-punctuation-face'. +'font-lock-escape-face', 'font-lock-misc-punctuation-face', +'font-lock-number-face', 'font-lock-operator-face', +'font-lock-property-face', and 'font-lock-punctuation-face', +'font-lock-regexp-face'. +++ ** New face 'variable-pitch-text'. @@ -3211,8 +3211,8 @@ An optional major mode based on the tree-sitter library for editing programs in the C++ language. +++ -*** New major mode 'c-or-c++-ts-mode'. -A function that automatically guesses the language of a header file, +*** New command 'c-or-c++-ts-mode'. +A command that automatically guesses the language of a header file, and enables either 'c-ts-mode' or 'c++-ts-mode' accordingly. +++ -- 2.39.2