Fix lua parse/dump bug

This commit is contained in:
2025-07-23 21:03:21 +08:00
parent 00439d8e6b
commit f738bbf25b
7 changed files with 237 additions and 35 deletions

View File

@@ -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)]