Split out typable commands into a separate file

This commit is contained in:
Blaž Hrastnik 2022-03-04 13:42:47 +09:00
parent 9bfb0caf1b
commit 19247ff0ec
No known key found for this signature in database
GPG key ID: 1238B9C4AD889640
3 changed files with 1478 additions and 1480 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

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