start theme api

pull/8675/merge^2
mattwparas 2023-09-27 15:13:02 -07:00
parent 76de40c1ed
commit c0fdbc1148
1 changed files with 4 additions and 0 deletions

View File

@ -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");