Compare src block parameters.

This commit is contained in:
Tom Alexander
2023-10-04 18:02:50 -04:00
parent 1ab7d2f2d7
commit f046b16c11
3 changed files with 83 additions and 21 deletions

View File

@@ -67,8 +67,9 @@ pub struct ExportBlock<'s> {
#[derive(Debug)]
pub struct SrcBlock<'s> {
pub source: &'s str,
pub switches: Option<&'s str>,
pub language: Option<&'s str>,
pub switches: Option<&'s str>,
pub parameters: Option<&'s str>,
pub number_lines: Option<SwitchNumberLines>,
pub retain_labels: RetainLabels,
pub use_labels: bool,