mirror of https://github.com/helix-editor/helix
This introduces a custom URI type in core meant to be extended later
if we want to support other schemes. For now it's just a wrapper over a
PathBuf. We use this new URI type to firewall `lsp::Url`. This was
previously done in
|
||
---|---|---|
.. | ||
handlers | ||
base64.rs | ||
clipboard.rs | ||
document.rs | ||
editor.rs | ||
events.rs | ||
graphics.rs | ||
gutter.rs | ||
handlers.rs | ||
info.rs | ||
input.rs | ||
keyboard.rs | ||
lib.rs | ||
macros.rs | ||
register.rs | ||
theme.rs | ||
tree.rs | ||
view.rs |