summaryrefslogtreecommitdiff
path: root/etc/NEWS.29
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-02-25 06:30:14 +0100
committerStefan Kangas <stefankangas@gmail.com>2023-02-25 06:30:14 +0100
commit50b55656b9c5ce0d7940bec245f2d9725378d0a0 (patch)
tree851e86ebecbdf9a1ae767f9242415aa29ff3ae1e /etc/NEWS.29
parenta129f257720dbef9adcaff58862d45ac142f93f6 (diff)
parent5cf50d60041c82deccc4b32a8ecdb1a28b6e8f91 (diff)
downloademacs-50b55656b9c5ce0d7940bec245f2d9725378d0a0.tar.gz
Merge from origin/emacs-29
5cf50d60041 Check the anchor along with the offset in treesit-indent-... 497018dd5c3 ; Fix typos in docstrings in c-ts-common.el 03072bbdd38 ; Set indent-tabs-mode to nil in c-ts-mode indent preproc... 4a25fa4586c Align to prev sibling for c-ts-mode indentation d25f24fe57b Fix c-ts-common-statement-offset and c-ts-common--node-is c92360c7a3b typescript-ts-mode: Highlight non-shorthand destructuring... a795c51f605 Add more/finer faces for tree-sitter 146bce49321 Avoid crashes in batch mode due to lack of frame face cache 244a73cd729 Add Tramp version integrated in Emacs 28.3 # Conflicts: # etc/NEWS
Diffstat (limited to 'etc/NEWS.29')
-rw-r--r--etc/NEWS.295
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS.29 b/etc/NEWS.29
index 7f84d548149..b6c6f2c6362 100644
--- a/etc/NEWS.29
+++ b/etc/NEWS.29
@@ -828,11 +828,12 @@ 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-function-call-face', 'font-lock-variable-ref-face',
'font-lock-bracket-face', 'font-lock-delimiter-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'.
+'font-lock-property-name-face', 'font-lock-property-ref-face',
+'font-lock-punctuation-face', and 'font-lock-regexp-face'.
+++
** New face 'variable-pitch-text'.