mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Customized completion for template parameters
This commit is contained in:
parent
ef155e62ef
commit
94901b8677
5 changed files with 36 additions and 3 deletions
|
@ -7,6 +7,7 @@ use std::{collections::HashMap, path::PathBuf};
|
|||
pub struct DebugTemplate {
|
||||
pub name: String,
|
||||
pub request: String,
|
||||
pub completion: Option<Vec<String>>,
|
||||
pub args: HashMap<String, String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue