Michael Davis

Results 847 comments of Michael Davis

Correct, this issue covers adding support for toggling block comments

The ruby parser on the tree-sitter website is out of date. You can use tree-sitter-cli and to get the exact results that helix sees you can clone tree-sitter-ruby and check...

Ah yeah that makes sense. I'll revisit this when #4443 is in, it still has a bug or two to fix when there are multiple adjacent pair closing characters

The security aspect of this still bothers me a bit - it ends up really nerfing the feature. I think it's silly in the same way that git's [cve-2022-24765](https://github.blog/2022-04-12-git-security-vulnerability-announced/#cve-2022-24765) (the...

I like this behavior 👍 There's one difference from fish history navigation that I notice: if you hit down/C-n enough I think you should be able to get back to...

IMO it's more work than it's worth to make these queries look good but I'm biased since I haven't used Rust in a cross-language way like this before :P

I'll rebase this once #4042 is merged. It's too soon to rebase now I think.

> I am also curious where do you get those `example.*`. Most of them are from this repo: * `example.toml`: `/languages.toml` * `example.rs`: `/helix-core/src/syntax.rs` (in this branch) * `example.scm`: `/runtime/queries/elixir/highlights.scm`...