; Fix NEWS

This commit is contained in:
Michael Albinus 2023-01-08 10:56:06 +01:00
parent e04b3d41bb
commit fef4f18cc3

View file

@ -797,10 +797,10 @@ filter/sentinel error has been handled.
** New faces for font-lock. ** New faces for font-lock.
These faces are primarily meant for use with tree-sitter. They are: These faces are primarily meant for use with tree-sitter. They are:
'font-lock-bracket-face', 'font-lock-delimiter-face', 'font-lock-bracket-face', 'font-lock-delimiter-face',
'font-lock-escape-face', 'font-lock-number-face', 'font-lock-escape-face', 'font-lock-misc-punctuation-face',
'font-lock-regexp-face', 'font-lock-number-face', 'font-lock-operator-face',
'font-lock-misc-punctuation-face', 'font-lock-operator-face', 'font-lock-property-face', and 'font-lock-punctuation-face',
'font-lock-property-face', and 'font-lock-punctuation-face'. 'font-lock-regexp-face'.
+++ +++
** New face 'variable-pitch-text'. ** 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. programs in the C++ language.
+++ +++
*** New major mode 'c-or-c++-ts-mode'. *** New command 'c-or-c++-ts-mode'.
A function that automatically guesses the language of a header file, A command that automatically guesses the language of a header file,
and enables either 'c-ts-mode' or 'c++-ts-mode' accordingly. and enables either 'c-ts-mode' or 'c++-ts-mode' accordingly.
+++ +++