helix/helix-loader/src
Michael Davis 1dee64f7ec
minor: Accept impl AsRef<Path> in loader's runtime_file helper
This is purely for ergonomics: we should be able to pass strings for
example

    crate::runtime_file(format!("namespace/{foo}/{bar}.txt"))

(Note that this works on Windows, see the `Path` documentation.)
2025-03-20 22:05:23 -04:00
..
config.rs implement proper lsp-workspace support 2023-03-29 12:57:30 +09:00
grammar.rs minor: Accept impl AsRef<Path> in loader's runtime_file helper 2025-03-20 22:05:23 -04:00
lib.rs minor: Accept impl AsRef<Path> in loader's runtime_file helper 2025-03-20 22:05:23 -04:00
main.rs Use a minimal binary to fetch grammar sources in release CI (#2557) 2022-06-05 19:53:20 +09:00