1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

demo: add syntax_highlighting module with theme editor

This commit is contained in:
Emil Ernerfeldt
2021-10-07 21:31:58 +02:00
parent 0cb1b18a6a
commit 45ab9a2450
4 changed files with 518 additions and 453 deletions

View File

@@ -77,6 +77,7 @@ mod apps;
mod backend_panel;
pub mod easy_mark;
pub(crate) mod frame_history;
pub mod syntax_highlighting;
mod wrap_app;
pub use apps::ColorTest; // used for tests