wip: Add Entis GLS engine script

This commit is contained in:
2025-08-11 17:31:37 +08:00
parent a26498e381
commit 2be39c6ca7
11 changed files with 588 additions and 4 deletions

View File

@@ -1751,6 +1751,8 @@ fn main() {
.map(|s| s == types::OutputScriptType::Yaml)
.unwrap_or(false)
}),
#[cfg(feature = "entis-gls")]
entis_gls_srcxml_lang: arg.entis_gls_srcxml_lang.clone(),
};
match &arg.command {
args::Command::Export { input, output } => {