From 012d347ec84d56cc456116df74a406eaf78c3e71 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 24 Dec 2024 13:52:03 -0800 Subject: [PATCH] ; * etc/NEWS: Update tree-sitter NEWS. (cherry picked from commit 8c7db480ead8ef623a382fcd990dd91486616dca) --- etc/NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 4e563b603cf..4882689aba8 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -839,6 +839,22 @@ For example, 'cpp' is translated to "C++". Also adds a new variable 'treesit-language-display-name-alist' that the function uses to translate display names. ++++ +*** New command 'treesit-explore' +This command replaces 'treesit-explore-mode'. It turns on +'treesit-explore-mode' if it’s not on, and pops up the explorer buffer +if it’s already on. + ++++ +*** 'treesit-explore-mode' now supports local parsers +Now 'treesit-explore-mode' (or 'treesit-explore') prompts for a parser +rather than a language, and it’s now possible to select a local parser +at point to explore. + ++++ +*** New variable 'treesit-aggregated-simple-imenu-settings' +This variable allows major modes to setup Imenu for multiple languages. + +++ ** New optional BUFFER argument for 'string-pixel-width'. If supplied, 'string-pixel-width' will use any face remappings from -- 2.39.5