Leonard Hecker

Results 692 comments of Leonard Hecker

Is it possible to put this file into the assets folder?

syntect unfortunately roughly doubles the binary size as well. I think we should take up the challenge to build our own basic syntax highlighter. In my opinion it doesn't have...

tree-sitter or something similar can be done as part of #17.

Noted. But we won't do that, as stated many times in this repository.

We can continue this in the Discussions section of this project. I'll collapse these last 4 comments as off-topic, because I've responded to your initial comment. Edit: I've removed most...

The spec in its entirety might be difficult / time-consuming to implement correctly. Our current URL regex code is still essentially a prototype and would need to be rewritten to...

Some of the features that are implemented in the core of other editors may end up being extensions for this editor. This means that IPC/RPC is impractical. Scripting languages could...

The choice of writing my own TUI framework was related to plugins, because I wanted the TUI API to be easily exportable as a C API. I think this would...

Good point about it being vague. In the meantime, what you're missing is this I believe: ```bash rustup component add rust-src ```

In the future the project will not require nightly Rust. But this project requiring nightly right now, for all intents and purposes, cannot be considered a hurdle.