Blaž Hrastnik

Results 491 comments of Blaž Hrastnik

That should be handled by the scheme grammar, other brackets are just syntax sugar

Can you resolve the conflict here? Looks good to merge otherwise

Ah sorry, I forgot about this PR and merged https://github.com/helix-editor/helix/pull/4085 first. Can you rebase and update the `toggle` implementation? I think your behaviour is preferrable but I'd still call the...

@vanarok Can you retest on taplo/efm-lsp now that https://github.com/helix-editor/helix/pull/4797 was merged?

Are all the remaining items resolved here now?

Neovim doesn't render multiple fake cursors, it just positions the terminal cursor. I have a branch that has this working locally, but it's the same problem, the cursor disappears.

Finally caught a backtrace: ``` thread 'main' panicked at 'Position 4914 is out of range for changeset len 4842!', helix-core/src/transaction.rs:397:13 stack backtrace: 0: rust_begin_unwind at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 1: core::panicking::panic_fmt at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14...

@Omnikar could we merge this as is? I think partial documentation is still better than no documentation, and it would make it possible for others to contribute via follow-up PRs.

Hi, I'm the author of [helix](https://github.com/helix-editor/helix) and the maintainer of [tree-sitter-cairo](https://github.com/archseer/tree-sitter-cairo/) 👋🏻 > I was hoping most editors could use the syntax highlighting that comes from the language server. I'm...