mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-23 12:17:04 +08:00
Fix lua parse/dump bug
This commit is contained in:
@@ -231,6 +231,8 @@ pub struct ExtraConfig {
|
||||
pub artemis_no_indent: bool,
|
||||
#[cfg(feature = "artemis")]
|
||||
pub artemis_max_line_width: usize,
|
||||
#[cfg(feature = "artemis")]
|
||||
pub artemis_ast_lang: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, ValueEnum, PartialEq, Eq, PartialOrd, Ord)]
|
||||
|
||||
Reference in New Issue
Block a user