Skip to content

Commit

Permalink
update public api snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Jan 18, 2025
1 parent 7abb06b commit bfbc619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/snapshots/public_api__public_api.snap
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ impl<'a> core::panic::unwind_safe::RefUnwindSafe for syntect::easy::HighlightFil
impl<'a> core::panic::unwind_safe::UnwindSafe for syntect::easy::HighlightFile<'a>
pub struct syntect::easy::HighlightLines<'a>
impl<'a> syntect::easy::HighlightLines<'a>
pub fn syntect::easy::HighlightLines<'a>::from_state(theme: &'a syntect::highlighting::Theme, highlight_state: syntect::highlighting::HighlightState, parse_state: syntect::parsing::ParseState) -> syntect::easy::HighlightLines<'a>
pub fn syntect::easy::HighlightLines<'a>::highlight<'b>(&mut self, line: &'b str, syntax_set: &syntect::parsing::SyntaxSet) -> alloc::vec::Vec<(syntect::highlighting::Style, &'b str)>
pub fn syntect::easy::HighlightLines<'a>::highlight_line<'b>(&mut self, line: &'b str, syntax_set: &syntect::parsing::SyntaxSet) -> core::result::Result<alloc::vec::Vec<(syntect::highlighting::Style, &'b str)>, syntect::Error>
pub fn syntect::easy::HighlightLines<'a>::new(syntax: &syntect::parsing::SyntaxReference, theme: &'a syntect::highlighting::Theme) -> syntect::easy::HighlightLines<'a>
Expand Down

0 comments on commit bfbc619

Please sign in to comment.