start theme api

pull/8675/merge^2
mattwparas 1 year ago
parent 76de40c1ed
commit c0fdbc1148

@ -103,6 +103,10 @@ thread_local! {
pub static GLOBAL_KEYBINDING_MAP: SteelVal = get_keymap().into_steelval().unwrap(); pub static GLOBAL_KEYBINDING_MAP: SteelVal = get_keymap().into_steelval().unwrap();
} }
fn load_theme_api(engine: &mut Engine) {
todo!()
}
fn load_keymap_api(engine: &mut Engine, api: KeyMapApi) { fn load_keymap_api(engine: &mut Engine, api: KeyMapApi) {
let mut module = BuiltInModule::new("helix/core/keymaps"); let mut module = BuiltInModule::new("helix/core/keymaps");

Loading…
Cancel
Save