mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Refactor: Document type as a wrapper around barebones State.
This commit is contained in:
parent
81ccca0c6a
commit
b39849dde1
15 changed files with 395 additions and 294 deletions
|
@ -66,7 +66,7 @@ impl LanguageConfiguration {
|
|||
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
pub(crate) static LOADER: Lazy<Loader> = Lazy::new(Loader::init);
|
||||
pub static LOADER: Lazy<Loader> = Lazy::new(Loader::init);
|
||||
|
||||
pub struct Loader {
|
||||
// highlight_names ?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue