Replies: 2 comments 4 replies
-
I think this is a good idea. It will be hard to find a good way to configure the keybind for it though until we have a more general-purpose configuration language (toml config is temporary). I wouldn't mind having |
Beta Was this translation helpful? Give feedback.
1 reply
-
@the-mikedavis Now that describe "a group of related tests" do # test_group
test "the first test" do # test
# ...
end
test "the second test" do # test
# ...
end
end What do you think? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the documentation, the following tree-sitter captures are recognized as textobjects:
I'm interested in adding a couple new textobjects to better support Elixir's ExUnit DSL, either to Helix itself or as part of my personal config:
Looking at the implementation of textobjects in Helix, it seems like most of the code could be reused to support these new textobjects. Given that, would it be possible to support any arbitrary capture as a textobject, exposing that as a language and keymap configuration option?
Beta Was this translation helpful? Give feedback.
All reactions