1) commands: add support for tree-sitter textobjects (71)
(SHA: 21a8b2ed2f06244d879922bb10850309633dab6e)
2) misc: fix format, bump prerelease to 0.5.14002 (71)
(SHA: 822dc5b9b2577bc06ddeaf06363835e72ff18984)
3) misc: use dance.inPrompt instead of !textInputFocus
`textInputFocus` doesn't seem to exist, but until recently this wasn't a
problem.
In Insiders 1.90, `!textInputFocus` evaluates to true in quick-open boxes, so
arrow keys no longer work in these input boxes because of Dance. This change
adds a custom Dance context key, `dance.inPrompt`, to only enable input box
keybindings in prompts created by Dance. (71)
(SHA: d20be496570e19777f24449ab7086cda8d0d03d5)
4) misc: bump version to 0.5.15 (71)
(SHA: 12f6a79b2a49b29688eb2fd6e12f6f2f3d19d5c8)