mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-11 15:38:48 +08:00
feat(artemis): add support for ぱんみみそふと TXT scripts
- Updated main.rs to include new configuration options for artemis-panmimisoft. - Modified asb.rs to handle both .asb and .iet file extensions. - Introduced new module for panmimisoft scripts and implemented TxtBuilder for parsing. - Enhanced the parser to support new tag structures and attributes specific to ぱんみみそふと scripts. - Updated types.rs to reflect changes in configuration options and script types. - Adjusted mod.rs to register the new TxtBuilder for panmimisoft.
This commit is contained in:
12
src/main.rs
12
src/main.rs
@@ -1765,12 +1765,12 @@ fn main() {
|
||||
entis_gls_srcxml_lang: arg.entis_gls_srcxml_lang.clone(),
|
||||
#[cfg(feature = "will-plus")]
|
||||
will_plus_ws2_no_disasm: arg.will_plus_ws2_no_disasm,
|
||||
#[cfg(feature = "artemis")]
|
||||
artemis_txt_blacklist_names: std::sync::Arc::new(std::collections::HashSet::from_iter(
|
||||
arg.artemis_txt_blacklist_names.iter().cloned(),
|
||||
)),
|
||||
#[cfg(feature = "artemis")]
|
||||
artemis_txt_lang: arg.artemis_txt_lang.clone(),
|
||||
#[cfg(feature = "artemis-panmimisoft")]
|
||||
artemis_panmimisoft_txt_blacklist_names: std::sync::Arc::new(
|
||||
args::get_artemis_panmimisoft_txt_blacklist_names(&arg).unwrap(),
|
||||
),
|
||||
#[cfg(feature = "artemis-panmimisoft")]
|
||||
artemis_panmimisoft_txt_lang: arg.artemis_panmimisoft_txt_lang.clone(),
|
||||
};
|
||||
match &arg.command {
|
||||
args::Command::Export { input, output } => {
|
||||
|
||||
Reference in New Issue
Block a user