feat(treesitter): handle quantified fold captures

This commit is contained in:
Riley Bruins
2024-04-20 10:36:17 -07:00
committed by Christian Clason
parent 8886b1807c
commit 5e6240ffc2
3 changed files with 58 additions and 18 deletions

View File

@@ -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.