mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
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
|
@ -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…
Add table
Add a link
Reference in a new issue