feat: Add serde serialization to SyntectSettings (#7506)
This commit is contained in:
parent
c2912369ca
commit
835e4f17df
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue