Codegen Preview Sysntax Highlighting:
egui_extras::syntax_highlighting::code_view_ui(
ui,
&CodeTheme::from_style(ui.style()),
&self.generated,
"rs"
);
This is not editable so the export and import json buttons would have to open a modal instead of reusing the code output textarea