diff options
author | Riley Bruins <ribru17@hotmail.com> | 2024-04-20 10:36:17 -0700 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-04-20 22:11:45 +0200 |
commit | 5e6240ffc24e55ecf7721fd9dc3f33c6f178be8c (patch) | |
tree | b8fed520b00009bcc72a7d2500cb3f988a7b17a1 /runtime/doc | |
parent | 8886b1807c4c0fd96558f198e4fc8cf962a7cc5b (diff) | |
download | rneovim-5e6240ffc24e55ecf7721fd9dc3f33c6f178be8c.tar.gz rneovim-5e6240ffc24e55ecf7721fd9dc3f33c6f178be8c.tar.bz2 rneovim-5e6240ffc24e55ecf7721fd9dc3f33c6f178be8c.zip |
feat(treesitter): handle quantified fold captures
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 2c940887c0..7da6fb4ff8 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -267,6 +267,8 @@ The following new APIs and features were added. • The `#set!` directive can set the "url" property of a node to have the node emit a hyperlink. Hyperlinks are UI specific: in the TUI, the OSC 8 control sequence is used. + • |vim.treesitter.foldexpr()| now recognizes folds captured using a + quantified query pattern. • |:Man| now supports `:hide` modifier to open page in the current window. |