aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuan Fu2024-12-24 13:52:03 -0800
committerYuan Fu2024-12-24 13:57:36 -0800
commit8c7db480ead8ef623a382fcd990dd91486616dca (patch)
tree572df498bff41cd200c84cdacd6697e454f161f1
parente2a9af431191d5c71e2ca7a4347ce9e435e8cca0 (diff)
downloademacs-8c7db480ead8ef623a382fcd990dd91486616dca.tar.gz
emacs-8c7db480ead8ef623a382fcd990dd91486616dca.zip
; * etc/NEWS: Update tree-sitter NEWS.
-rw-r--r--etc/NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9754322b1bf..ca107bb4938 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1000,6 +1000,22 @@ For example, 'cpp' is translated to "C++". Also adds a new variable
1000translate display names. 1000translate display names.
1001 1001
1002+++ 1002+++
1003*** New command 'treesit-explore'
1004This command replaces 'treesit-explore-mode'. It turns on
1005'treesit-explore-mode' if it’s not on, and pops up the explorer buffer
1006if it’s already on.
1007
1008+++
1009*** 'treesit-explore-mode' now supports local parsers
1010Now 'treesit-explore-mode' (or 'treesit-explore') prompts for a parser
1011rather than a language, and it’s now possible to select a local parser
1012at point to explore.
1013
1014+++
1015*** New variable 'treesit-aggregated-simple-imenu-settings'
1016This variable allows major modes to setup Imenu for multiple languages.
1017
1018+++
1003** New optional BUFFER argument for 'string-pixel-width'. 1019** New optional BUFFER argument for 'string-pixel-width'.
1004If supplied, 'string-pixel-width' will use any face remappings from 1020If supplied, 'string-pixel-width' will use any face remappings from
1005BUFFER when computing the string's width. 1021BUFFER when computing the string's width.