1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

feat: Add serde serialization to SyntectSettings (#7506)

This commit is contained in:
Nicolas
2025-09-09 11:17:07 +02:00
committed by GitHub
parent c2912369ca
commit 835e4f17df

View File

@@ -470,6 +470,7 @@ impl CodeTheme {
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#[cfg(feature = "syntect")] #[cfg(feature = "syntect")]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct SyntectSettings { pub struct SyntectSettings {
pub ps: syntect::parsing::SyntaxSet, pub ps: syntect::parsing::SyntaxSet,
pub ts: syntect::highlighting::ThemeSet, pub ts: syntect::highlighting::ThemeSet,