Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/syntax/config.rs')
| -rw-r--r-- | helix-core/src/syntax/config.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-core/src/syntax/config.rs b/helix-core/src/syntax/config.rs index 6299ceb2..f9fba3d1 100644 --- a/helix-core/src/syntax/config.rs +++ b/helix-core/src/syntax/config.rs @@ -446,6 +446,7 @@ pub enum DebugArgumentValue { String(String), Array(Vec<String>), Boolean(bool), + Table(HashMap<String, String>), } #[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)] |