diff options
| author | altermo <107814000+altermo@users.noreply.github.com> | 2024-02-06 21:51:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 14:51:53 -0600 |
| commit | c0b99bb1de8de967d82fc29780996ed4060516c1 (patch) | |
| tree | ce7d547282a95ffbe428871c93bbfb21611eaf5a /runtime/doc | |
| parent | c4417ae70c03815c2fb64edb479017e79d223cf7 (diff) | |
| download | rneovim-c0b99bb1de8de967d82fc29780996ed4060516c1.tar.gz rneovim-c0b99bb1de8de967d82fc29780996ed4060516c1.tar.bz2 rneovim-c0b99bb1de8de967d82fc29780996ed4060516c1.zip | |
feat(treesitter): show root nodes in :InspectTree (#26944)
Co-authored-by: altermo <>
Co-authored-by: Jongwook Choi <wookayin@gmail.com>
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 3dc85eddbb..c67713b657 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -225,6 +225,7 @@ The following new APIs and features were added. • Improved error messages for query parsing. • `:InspectTree` (|vim.treesitter.inspect_tree()|) shows node ranges in 0-based indexing instead of 1-based indexing. + • `:InspectTree` (|vim.treesitter.inspect_tree()|) shows root nodes • |vim.ui.open()| opens URIs using the system default handler (macOS `open`, Windows `explorer`, Linux `xdg-open`, etc.) |