Split out typable commands into a separate file
This commit is contained in:
parent
9bfb0caf1b
commit
19247ff0ec
3 changed files with 1478 additions and 1480 deletions
File diff suppressed because it is too large
Load diff
1465
helix-term/src/commands/typed.rs
Normal file
1465
helix-term/src/commands/typed.rs
Normal file
File diff suppressed because it is too large
Load diff
|
@ -107,7 +107,7 @@ pub mod md_gen {
|
|||
use crate::path;
|
||||
use std::fs;
|
||||
|
||||
use helix_term::commands::cmd::TYPABLE_COMMAND_LIST;
|
||||
use helix_term::commands::TYPABLE_COMMAND_LIST;
|
||||
|
||||
pub const TYPABLE_COMMANDS_MD_OUTPUT: &str = "typable-cmd.md";
|
||||
pub const LANG_SUPPORT_MD_OUTPUT: &str = "lang-support.md";
|
||||
|
|
Loading…
Reference in a new issue