pub const syntect::highlighting::Color::BLACK
pub const syntect::highlighting::Color::WHITE
pub const syntect::highlighting::FontStyle::BOLD
pub const syntect::highlighting::FontStyle::ITALIC
pub const syntect::highlighting::FontStyle::UNDERLINE
pub const syntect::parsing::ATOM_LEN_BITS
pub enum syntect::LoadingError
pub enum syntect::highlighting::ParseThemeError
pub enum syntect::highlighting::SettingsError
pub enum syntect::highlighting::UnderlineOption
pub enum syntect::html::ClassStyle
pub enum syntect::html::IncludeBackground
pub enum syntect::parsing::BasicScopeStackOp
pub enum syntect::parsing::ClearAmount
pub enum syntect::parsing::ParseScopeError
pub enum syntect::parsing::ParseSyntaxError
pub enum syntect::parsing::ScopeStackOp
pub enum syntect::parsing::syntax_definition::ContextReference
pub enum syntect::parsing::syntax_definition::MatchOperation
pub enum syntect::parsing::syntax_definition::Pattern
pub enum variant syntect::LoadingError::BadPath
pub enum variant syntect::LoadingError::Io
pub enum variant syntect::LoadingError::ParseSyntax
pub enum variant syntect::LoadingError::ParseTheme
pub enum variant syntect::LoadingError::ReadSettings
pub enum variant syntect::LoadingError::WalkDir
pub enum variant syntect::highlighting::ParseThemeError::ColorShemeScopeIsNotObject
pub enum variant syntect::highlighting::ParseThemeError::ColorShemeSettingsIsNotObject
pub enum variant syntect::highlighting::ParseThemeError::DuplicateSettings
pub enum variant syntect::highlighting::ParseThemeError::IncorrectColor
pub enum variant syntect::highlighting::ParseThemeError::IncorrectFontStyle
pub enum variant syntect::highlighting::ParseThemeError::IncorrectSettings
pub enum variant syntect::highlighting::ParseThemeError::IncorrectSyntax
pub enum variant syntect::highlighting::ParseThemeError::IncorrectUnderlineOption
pub enum variant syntect::highlighting::ParseThemeError::ScopeParse
pub enum variant syntect::highlighting::ParseThemeError::ScopeSelectorIsNotString
pub enum variant syntect::highlighting::ParseThemeError::UndefinedScopeSettings
pub enum variant syntect::highlighting::ParseThemeError::UndefinedSettings
pub enum variant syntect::highlighting::SettingsError::Plist
pub enum variant syntect::highlighting::UnderlineOption::None
pub enum variant syntect::highlighting::UnderlineOption::SquigglyUnderline
pub enum variant syntect::highlighting::UnderlineOption::StippledUnderline
pub enum variant syntect::highlighting::UnderlineOption::Underline
pub enum variant syntect::html::ClassStyle::Spaced
pub enum variant syntect::html::ClassStyle::SpacedPrefixed
pub enum variant syntect::html::IncludeBackground::IfDifferent
pub enum variant syntect::html::IncludeBackground::No
pub enum variant syntect::html::IncludeBackground::Yes
pub enum variant syntect::parsing::BasicScopeStackOp::Pop
pub enum variant syntect::parsing::BasicScopeStackOp::Push
pub enum variant syntect::parsing::ClearAmount::All
pub enum variant syntect::parsing::ClearAmount::TopN
pub enum variant syntect::parsing::ParseScopeError::TooLong
pub enum variant syntect::parsing::ParseScopeError::TooManyAtoms
pub enum variant syntect::parsing::ParseSyntaxError::BadFileRef
pub enum variant syntect::parsing::ParseSyntaxError::EmptyFile
pub enum variant syntect::parsing::ParseSyntaxError::InvalidScope
pub enum variant syntect::parsing::ParseSyntaxError::InvalidYaml
pub enum variant syntect::parsing::ParseSyntaxError::MainMissing
pub enum variant syntect::parsing::ParseSyntaxError::MissingMandatoryKey
pub enum variant syntect::parsing::ParseSyntaxError::RegexCompileError
pub enum variant syntect::parsing::ParseSyntaxError::TypeMismatch
pub enum variant syntect::parsing::ScopeStackOp::Clear
pub enum variant syntect::parsing::ScopeStackOp::Noop
pub enum variant syntect::parsing::ScopeStackOp::Pop
pub enum variant syntect::parsing::ScopeStackOp::Push
pub enum variant syntect::parsing::ScopeStackOp::Restore
pub enum variant syntect::parsing::syntax_definition::ContextReference::ByScope
pub enum variant syntect::parsing::syntax_definition::ContextReference::Direct
pub enum variant syntect::parsing::syntax_definition::ContextReference::File
pub enum variant syntect::parsing::syntax_definition::ContextReference::Inline
pub enum variant syntect::parsing::syntax_definition::ContextReference::Named
pub enum variant syntect::parsing::syntax_definition::MatchOperation::None
pub enum variant syntect::parsing::syntax_definition::MatchOperation::Pop
pub enum variant syntect::parsing::syntax_definition::MatchOperation::Push
pub enum variant syntect::parsing::syntax_definition::MatchOperation::Set
pub enum variant syntect::parsing::syntax_definition::Pattern::Include
pub enum variant syntect::parsing::syntax_definition::Pattern::Match
pub fn syntect::LoadingError::cause(self)
pub fn syntect::LoadingError::fmt(self, f)
pub fn syntect::LoadingError::fmt(self, f)
pub fn syntect::LoadingError::from(error)
pub fn syntect::LoadingError::from(error)
pub fn syntect::LoadingError::from(error)
pub fn syntect::LoadingError::from(error)
pub fn syntect::dumps::dump_binary(o)
pub fn syntect::dumps::dump_to_file(o, path)
pub fn syntect::dumps::dump_to_writer(to_dump, output)
pub fn syntect::dumps::from_binary(v)
pub fn syntect::dumps::from_dump_file(path)
pub fn syntect::dumps::from_reader(input)
pub fn syntect::easy::HighlightFile::new(path_obj, ss, theme)
pub fn syntect::easy::HighlightLines::highlight(self, line, syntax_set)
pub fn syntect::easy::HighlightLines::new(syntax, theme)
pub fn syntect::easy::ScopeRegionIterator::fmt(self, f)
pub fn syntect::easy::ScopeRegionIterator::new(ops, line)
pub fn syntect::easy::ScopeRegionIterator::next(self)
pub fn syntect::highlighting::Color::clone(self)
pub fn syntect::highlighting::Color::deserialize(__deserializer)
pub fn syntect::highlighting::Color::eq(self, other)
pub fn syntect::highlighting::Color::fmt(self, f)
pub fn syntect::highlighting::Color::from_str(s)
pub fn syntect::highlighting::Color::hash(self, state)
pub fn syntect::highlighting::Color::ne(self, other)
pub fn syntect::highlighting::Color::serialize(self, __serializer)
pub fn syntect::highlighting::FontStyle::all()
pub fn syntect::highlighting::FontStyle::bitand(self, other)
pub fn syntect::highlighting::FontStyle::bitand_assign(self, other)
pub fn syntect::highlighting::FontStyle::bitor(self, other)
pub fn syntect::highlighting::FontStyle::bitor_assign(self, other)
pub fn syntect::highlighting::FontStyle::bits(self)
pub fn syntect::highlighting::FontStyle::bitxor(self, other)
pub fn syntect::highlighting::FontStyle::bitxor_assign(self, other)
pub fn syntect::highlighting::FontStyle::clone(self)
pub fn syntect::highlighting::FontStyle::cmp(self, other)
pub fn syntect::highlighting::FontStyle::complement(self)
pub fn syntect::highlighting::FontStyle::contains(self, other)
pub fn syntect::highlighting::FontStyle::default()
pub fn syntect::highlighting::FontStyle::deserialize(__deserializer)
pub fn syntect::highlighting::FontStyle::difference(self, other)
pub fn syntect::highlighting::FontStyle::empty()
pub fn syntect::highlighting::FontStyle::eq(self, other)
pub fn syntect::highlighting::FontStyle::extend(self, iterator)
pub fn syntect::highlighting::FontStyle::fmt(self, f)
pub fn syntect::highlighting::FontStyle::fmt(self, f)
pub fn syntect::highlighting::FontStyle::fmt(self, f)
pub fn syntect::highlighting::FontStyle::fmt(self, f)
pub fn syntect::highlighting::FontStyle::fmt(self, f)
pub fn syntect::highlighting::FontStyle::from_bits(bits)
pub fn syntect::highlighting::FontStyle::from_bits_truncate(bits)
pub fn syntect::highlighting::FontStyle::from_bits_unchecked(bits)
pub fn syntect::highlighting::FontStyle::from_iter(iterator)
pub fn syntect::highlighting::FontStyle::from_str(s)
pub fn syntect::highlighting::FontStyle::hash(self, state)
pub fn syntect::highlighting::FontStyle::insert(self, other)
pub fn syntect::highlighting::FontStyle::intersection(self, other)
pub fn syntect::highlighting::FontStyle::intersects(self, other)
pub fn syntect::highlighting::FontStyle::is_all(self)
pub fn syntect::highlighting::FontStyle::is_empty(self)
pub fn syntect::highlighting::FontStyle::ne(self, other)
pub fn syntect::highlighting::FontStyle::not(self)
pub fn syntect::highlighting::FontStyle::partial_cmp(self, other)
pub fn syntect::highlighting::FontStyle::remove(self, other)
pub fn syntect::highlighting::FontStyle::serialize(self, __serializer)
pub fn syntect::highlighting::FontStyle::set(self, other, value)
pub fn syntect::highlighting::FontStyle::sub(self, other)
pub fn syntect::highlighting::FontStyle::sub_assign(self, other)
pub fn syntect::highlighting::FontStyle::symmetric_difference(self, other)
pub fn syntect::highlighting::FontStyle::toggle(self, other)
pub fn syntect::highlighting::FontStyle::union(self, other)
pub fn syntect::highlighting::HighlightIterator::fmt(self, f)
pub fn syntect::highlighting::HighlightIterator::new(state, changes, text, highlighter)
pub fn syntect::highlighting::HighlightIterator::next(self)
pub fn syntect::highlighting::HighlightState::clone(self)
pub fn syntect::highlighting::HighlightState::eq(self, other)
pub fn syntect::highlighting::HighlightState::fmt(self, f)
pub fn syntect::highlighting::HighlightState::ne(self, other)
pub fn syntect::highlighting::HighlightState::new(highlighter, initial_stack)
pub fn syntect::highlighting::Highlighter::fmt(self, f)
pub fn syntect::highlighting::Highlighter::get_default(self)
pub fn syntect::highlighting::Highlighter::new(theme)
pub fn syntect::highlighting::Highlighter::style_for_stack(self, stack)
pub fn syntect::highlighting::Highlighter::style_mod_for_stack(self, path)
pub fn syntect::highlighting::ParseThemeError::fmt(self, f)
pub fn syntect::highlighting::ParseThemeError::from(error)
pub fn syntect::highlighting::RangedHighlightIterator::fmt(self, f)
pub fn syntect::highlighting::RangedHighlightIterator::new(state, changes, text, highlighter)
pub fn syntect::highlighting::RangedHighlightIterator::next(self)
pub fn syntect::highlighting::ScopeSelector::clone(self)
pub fn syntect::highlighting::ScopeSelector::default()
pub fn syntect::highlighting::ScopeSelector::deserialize(__deserializer)
pub fn syntect::highlighting::ScopeSelector::does_match(self, stack)
pub fn syntect::highlighting::ScopeSelector::eq(self, other)
pub fn syntect::highlighting::ScopeSelector::extract_scopes(self)
pub fn syntect::highlighting::ScopeSelector::extract_single_scope(self)
pub fn syntect::highlighting::ScopeSelector::fmt(self, f)
pub fn syntect::highlighting::ScopeSelector::from_str(s)
pub fn syntect::highlighting::ScopeSelector::ne(self, other)
pub fn syntect::highlighting::ScopeSelector::serialize(self, __serializer)
pub fn syntect::highlighting::ScopeSelectors::clone(self)
pub fn syntect::highlighting::ScopeSelectors::default()
pub fn syntect::highlighting::ScopeSelectors::deserialize(__deserializer)
pub fn syntect::highlighting::ScopeSelectors::does_match(self, stack)
pub fn syntect::highlighting::ScopeSelectors::eq(self, other)
pub fn syntect::highlighting::ScopeSelectors::fmt(self, f)
pub fn syntect::highlighting::ScopeSelectors::from_str(s)
pub fn syntect::highlighting::ScopeSelectors::ne(self, other)
pub fn syntect::highlighting::ScopeSelectors::serialize(self, __serializer)
pub fn syntect::highlighting::ScoredStyle::clone(self)
pub fn syntect::highlighting::ScoredStyle::eq(self, other)
pub fn syntect::highlighting::ScoredStyle::fmt(self, f)
pub fn syntect::highlighting::ScoredStyle::ne(self, other)
pub fn syntect::highlighting::SettingsError::fmt(self, f)
pub fn syntect::highlighting::SettingsError::from(error)
pub fn syntect::highlighting::Style::apply(self, modifier)
pub fn syntect::highlighting::Style::clone(self)
pub fn syntect::highlighting::Style::default()
pub fn syntect::highlighting::Style::deserialize(__deserializer)
pub fn syntect::highlighting::Style::eq(self, other)
pub fn syntect::highlighting::Style::fmt(self, f)
pub fn syntect::highlighting::Style::hash(self, state)
pub fn syntect::highlighting::Style::ne(self, other)
pub fn syntect::highlighting::Style::serialize(self, __serializer)
pub fn syntect::highlighting::StyleModifier::apply(self, other)
pub fn syntect::highlighting::StyleModifier::clone(self)
pub fn syntect::highlighting::StyleModifier::default()
pub fn syntect::highlighting::StyleModifier::deserialize(__deserializer)
pub fn syntect::highlighting::StyleModifier::eq(self, other)
pub fn syntect::highlighting::StyleModifier::fmt(self, f)
pub fn syntect::highlighting::StyleModifier::ne(self, other)
pub fn syntect::highlighting::StyleModifier::serialize(self, __serializer)
pub fn syntect::highlighting::Theme::clone(self)
pub fn syntect::highlighting::Theme::default()
pub fn syntect::highlighting::Theme::deserialize(__deserializer)
pub fn syntect::highlighting::Theme::fmt(self, f)
pub fn syntect::highlighting::Theme::serialize(self, __serializer)
pub fn syntect::highlighting::ThemeItem::clone(self)
pub fn syntect::highlighting::ThemeItem::default()
pub fn syntect::highlighting::ThemeItem::deserialize(__deserializer)
pub fn syntect::highlighting::ThemeItem::fmt(self, f)
pub fn syntect::highlighting::ThemeItem::serialize(self, __serializer)
pub fn syntect::highlighting::ThemeSet::add_from_folder(self, folder)
pub fn syntect::highlighting::ThemeSet::default()
pub fn syntect::highlighting::ThemeSet::deserialize(__deserializer)
pub fn syntect::highlighting::ThemeSet::discover_theme_paths(folder)
pub fn syntect::highlighting::ThemeSet::fmt(self, f)
pub fn syntect::highlighting::ThemeSet::get_theme(path)
pub fn syntect::highlighting::ThemeSet::load_defaults()
pub fn syntect::highlighting::ThemeSet::load_from_folder(folder)
pub fn syntect::highlighting::ThemeSet::load_from_reader(r)
pub fn syntect::highlighting::ThemeSet::new()
pub fn syntect::highlighting::ThemeSet::serialize(self, __serializer)
pub fn syntect::highlighting::ThemeSettings::clone(self)
pub fn syntect::highlighting::ThemeSettings::default()
pub fn syntect::highlighting::ThemeSettings::deserialize(__deserializer)
pub fn syntect::highlighting::ThemeSettings::fmt(self, f)
pub fn syntect::highlighting::ThemeSettings::serialize(self, __serializer)
pub fn syntect::highlighting::UnderlineOption::clone(self)
pub fn syntect::highlighting::UnderlineOption::default()
pub fn syntect::highlighting::UnderlineOption::deserialize(__deserializer)
pub fn syntect::highlighting::UnderlineOption::fmt(self, f)
pub fn syntect::highlighting::UnderlineOption::from_str(s)
pub fn syntect::highlighting::UnderlineOption::serialize(self, __serializer)
pub fn syntect::html::ClassStyle::clone(self)
pub fn syntect::html::ClassStyle::eq(self, other)
pub fn syntect::html::ClassStyle::fmt(self, f)
pub fn syntect::html::ClassStyle::ne(self, other)
pub fn syntect::html::ClassedHTMLGenerator::finalize(self)
pub fn syntect::html::ClassedHTMLGenerator::new(syntax_reference, syntax_set)
pub fn syntect::html::ClassedHTMLGenerator::new_with_class_style(syntax_reference, syntax_set, style)
pub fn syntect::html::ClassedHTMLGenerator::parse_html_for_line(self, line)
pub fn syntect::html::ClassedHTMLGenerator::parse_html_for_line_which_includes_newline(self, line)
pub fn syntect::html::IncludeBackground::clone(self)
pub fn syntect::html::IncludeBackground::eq(self, other)
pub fn syntect::html::IncludeBackground::fmt(self, f)
pub fn syntect::html::IncludeBackground::ne(self, other)
pub fn syntect::html::append_highlighted_html_for_styled_line(v, bg, s)
pub fn syntect::html::css_for_theme(theme)
pub fn syntect::html::css_for_theme_with_class_style(theme, style)
pub fn syntect::html::highlighted_html_for_file(path, ss, theme)
pub fn syntect::html::highlighted_html_for_string(s, ss, syntax, theme)
pub fn syntect::html::line_tokens_to_classed_spans(line, ops, style, stack)
pub fn syntect::html::start_highlighted_html_snippet(t)
pub fn syntect::html::styled_line_to_highlighted_html(v, bg)
pub fn syntect::html::tokens_to_classed_html(line, ops, style)
pub fn syntect::html::tokens_to_classed_spans(line, ops, style)
pub fn syntect::parsing::BasicScopeStackOp::clone(self)
pub fn syntect::parsing::BasicScopeStackOp::eq(self, other)
pub fn syntect::parsing::BasicScopeStackOp::fmt(self, f)
pub fn syntect::parsing::BasicScopeStackOp::ne(self, other)
pub fn syntect::parsing::ClearAmount::clone(self)
pub fn syntect::parsing::ClearAmount::deserialize(__deserializer)
pub fn syntect::parsing::ClearAmount::eq(self, other)
pub fn syntect::parsing::ClearAmount::fmt(self, f)
pub fn syntect::parsing::ClearAmount::ne(self, other)
pub fn syntect::parsing::ClearAmount::serialize(self, __serializer)
pub fn syntect::parsing::MatchPower::clone(self)
pub fn syntect::parsing::MatchPower::cmp(self, other)
pub fn syntect::parsing::MatchPower::eq(self, other)
pub fn syntect::parsing::MatchPower::fmt(self, f)
pub fn syntect::parsing::MatchPower::ne(self, other)
pub fn syntect::parsing::MatchPower::partial_cmp(self, other)
pub fn syntect::parsing::ParseScopeError::fmt(self, f)
pub fn syntect::parsing::ParseState::clone(self)
pub fn syntect::parsing::ParseState::eq(self, other)
pub fn syntect::parsing::ParseState::fmt(self, f)
pub fn syntect::parsing::ParseState::ne(self, other)
pub fn syntect::parsing::ParseState::new(syntax)
pub fn syntect::parsing::ParseState::parse_line(self, line, syntax_set)
pub fn syntect::parsing::ParseSyntaxError::cause(self)
pub fn syntect::parsing::ParseSyntaxError::fmt(self, f)
pub fn syntect::parsing::ParseSyntaxError::fmt(self, f)
pub fn syntect::parsing::Regex::clone(self)
pub fn syntect::parsing::Regex::deserialize(deserializer)
pub fn syntect::parsing::Regex::eq(self, other)
pub fn syntect::parsing::Regex::fmt(self, f)
pub fn syntect::parsing::Regex::is_match(self, text)
pub fn syntect::parsing::Regex::new(regex_str)
pub fn syntect::parsing::Regex::regex_str(self)
pub fn syntect::parsing::Regex::search(self, text, begin, end, region)
pub fn syntect::parsing::Regex::serialize(self, serializer)
pub fn syntect::parsing::Regex::try_compile(regex_str)
pub fn syntect::parsing::Region::clone(self)
pub fn syntect::parsing::Region::eq(self, other)
pub fn syntect::parsing::Region::fmt(self, f)
pub fn syntect::parsing::Region::ne(self, other)
pub fn syntect::parsing::Region::new()
pub fn syntect::parsing::Region::pos(self, index)
pub fn syntect::parsing::SCOPE_REPO::deref(self)
pub fn syntect::parsing::Scope::atom_at(self, index)
pub fn syntect::parsing::Scope::build_string(self)
pub fn syntect::parsing::Scope::clone(self)
pub fn syntect::parsing::Scope::cmp(self, other)
pub fn syntect::parsing::Scope::default()
pub fn syntect::parsing::Scope::deserialize(deserializer)
pub fn syntect::parsing::Scope::eq(self, other)
pub fn syntect::parsing::Scope::fmt(self, f)
pub fn syntect::parsing::Scope::fmt(self, f)
pub fn syntect::parsing::Scope::from_str(s)
pub fn syntect::parsing::Scope::hash(self, state)
pub fn syntect::parsing::Scope::is_empty(self)
pub fn syntect::parsing::Scope::is_prefix_of(self, s)
pub fn syntect::parsing::Scope::len(self)
pub fn syntect::parsing::Scope::ne(self, other)
pub fn syntect::parsing::Scope::new(s)
pub fn syntect::parsing::Scope::partial_cmp(self, other)
pub fn syntect::parsing::Scope::serialize(self, serializer)
pub fn syntect::parsing::ScopeRepository::atom_str(self, atom_number)
pub fn syntect::parsing::ScopeRepository::build(self, s)
pub fn syntect::parsing::ScopeRepository::fmt(self, f)
pub fn syntect::parsing::ScopeRepository::to_string(self, scope)
pub fn syntect::parsing::ScopeStack::apply(self, op)
pub fn syntect::parsing::ScopeStack::apply_with_hook(self, op, hook)
pub fn syntect::parsing::ScopeStack::as_slice(self)
pub fn syntect::parsing::ScopeStack::bottom_n(self, n)
pub fn syntect::parsing::ScopeStack::clone(self)
pub fn syntect::parsing::ScopeStack::debug_print(self, repo)
pub fn syntect::parsing::ScopeStack::default()
pub fn syntect::parsing::ScopeStack::deserialize(__deserializer)
pub fn syntect::parsing::ScopeStack::does_match(self, stack)
pub fn syntect::parsing::ScopeStack::eq(self, other)
pub fn syntect::parsing::ScopeStack::fmt(self, f)
pub fn syntect::parsing::ScopeStack::fmt(self, f)
pub fn syntect::parsing::ScopeStack::from_str(s)
pub fn syntect::parsing::ScopeStack::from_vec(v)
pub fn syntect::parsing::ScopeStack::is_empty(self)
pub fn syntect::parsing::ScopeStack::len(self)
pub fn syntect::parsing::ScopeStack::ne(self, other)
pub fn syntect::parsing::ScopeStack::new()
pub fn syntect::parsing::ScopeStack::pop(self)
pub fn syntect::parsing::ScopeStack::push(self, s)
pub fn syntect::parsing::ScopeStack::serialize(self, __serializer)
pub fn syntect::parsing::ScopeStackOp::clone(self)
pub fn syntect::parsing::ScopeStackOp::eq(self, other)
pub fn syntect::parsing::ScopeStackOp::fmt(self, f)
pub fn syntect::parsing::ScopeStackOp::ne(self, other)
pub fn syntect::parsing::SyntaxReference::clone(self)
pub fn syntect::parsing::SyntaxReference::deserialize(__deserializer)
pub fn syntect::parsing::SyntaxReference::fmt(self, f)
pub fn syntect::parsing::SyntaxReference::serialize(self, __serializer)
pub fn syntect::parsing::SyntaxSet::clone(self)
pub fn syntect::parsing::SyntaxSet::default()
pub fn syntect::parsing::SyntaxSet::deserialize(__deserializer)
pub fn syntect::parsing::SyntaxSet::find_syntax_by_extension(self, extension)
pub fn syntect::parsing::SyntaxSet::find_syntax_by_first_line(self, s)
pub fn syntect::parsing::SyntaxSet::find_syntax_by_name(self, name)
pub fn syntect::parsing::SyntaxSet::find_syntax_by_path(self, path)
pub fn syntect::parsing::SyntaxSet::find_syntax_by_scope(self, scope)
pub fn syntect::parsing::SyntaxSet::find_syntax_by_token(self, s)
pub fn syntect::parsing::SyntaxSet::find_syntax_for_file(self, path_obj)
pub fn syntect::parsing::SyntaxSet::find_syntax_plain_text(self)
pub fn syntect::parsing::SyntaxSet::find_unlinked_contexts(self)
pub fn syntect::parsing::SyntaxSet::fmt(self, f)
pub fn syntect::parsing::SyntaxSet::into_builder(self)
pub fn syntect::parsing::SyntaxSet::load_defaults_newlines()
pub fn syntect::parsing::SyntaxSet::load_defaults_nonewlines()
pub fn syntect::parsing::SyntaxSet::load_from_folder(folder)
pub fn syntect::parsing::SyntaxSet::new()
pub fn syntect::parsing::SyntaxSet::serialize(self, __serializer)
pub fn syntect::parsing::SyntaxSet::syntaxes(self)
pub fn syntect::parsing::SyntaxSetBuilder::add(self, syntax)
pub fn syntect::parsing::SyntaxSetBuilder::add_from_folder(self, folder, lines_include_newline)
pub fn syntect::parsing::SyntaxSetBuilder::add_plain_text_syntax(self)
pub fn syntect::parsing::SyntaxSetBuilder::build(self)
pub fn syntect::parsing::SyntaxSetBuilder::clone(self)
pub fn syntect::parsing::SyntaxSetBuilder::default()
pub fn syntect::parsing::SyntaxSetBuilder::new()
pub fn syntect::parsing::SyntaxSetBuilder::syntaxes(self)
pub fn syntect::parsing::syntax_definition::Context::clone(self)
pub fn syntect::parsing::syntax_definition::Context::deserialize(__deserializer)
pub fn syntect::parsing::syntax_definition::Context::eq(self, other)
pub fn syntect::parsing::syntax_definition::Context::fmt(self, f)
pub fn syntect::parsing::syntax_definition::Context::match_at(self, index)
pub fn syntect::parsing::syntax_definition::Context::ne(self, other)
pub fn syntect::parsing::syntax_definition::Context::new(meta_include_prototype)
pub fn syntect::parsing::syntax_definition::Context::serialize(self, __serializer)
pub fn syntect::parsing::syntax_definition::ContextId::clone(self)
pub fn syntect::parsing::syntax_definition::ContextId::deserialize(__deserializer)
pub fn syntect::parsing::syntax_definition::ContextId::eq(self, other)
pub fn syntect::parsing::syntax_definition::ContextId::fmt(self, f)
pub fn syntect::parsing::syntax_definition::ContextId::ne(self, other)
pub fn syntect::parsing::syntax_definition::ContextId::new(index)
pub fn syntect::parsing::syntax_definition::ContextId::serialize(self, __serializer)
pub fn syntect::parsing::syntax_definition::ContextReference::clone(self)
pub fn syntect::parsing::syntax_definition::ContextReference::deserialize(__deserializer)
pub fn syntect::parsing::syntax_definition::ContextReference::eq(self, other)
pub fn syntect::parsing::syntax_definition::ContextReference::fmt(self, f)
pub fn syntect::parsing::syntax_definition::ContextReference::id(self)
pub fn syntect::parsing::syntax_definition::ContextReference::ne(self, other)
pub fn syntect::parsing::syntax_definition::ContextReference::resolve(self, syntax_set)
pub fn syntect::parsing::syntax_definition::ContextReference::serialize(self, __serializer)
pub fn syntect::parsing::syntax_definition::MatchIter::fmt(self, f)
pub fn syntect::parsing::syntax_definition::MatchIter::next(self)
pub fn syntect::parsing::syntax_definition::MatchOperation::clone(self)
pub fn syntect::parsing::syntax_definition::MatchOperation::deserialize(__deserializer)
pub fn syntect::parsing::syntax_definition::MatchOperation::eq(self, other)
pub fn syntect::parsing::syntax_definition::MatchOperation::fmt(self, f)
pub fn syntect::parsing::syntax_definition::MatchOperation::ne(self, other)
pub fn syntect::parsing::syntax_definition::MatchOperation::serialize(self, __serializer)
pub fn syntect::parsing::syntax_definition::MatchPattern::clone(self)
pub fn syntect::parsing::syntax_definition::MatchPattern::deserialize(__deserializer)
pub fn syntect::parsing::syntax_definition::MatchPattern::eq(self, other)
pub fn syntect::parsing::syntax_definition::MatchPattern::fmt(self, f)
pub fn syntect::parsing::syntax_definition::MatchPattern::ne(self, other)
pub fn syntect::parsing::syntax_definition::MatchPattern::new(has_captures, regex_str, scope, captures, operation, with_prototype)
pub fn syntect::parsing::syntax_definition::MatchPattern::regex(self)
pub fn syntect::parsing::syntax_definition::MatchPattern::regex_with_refs(self, region, text)
pub fn syntect::parsing::syntax_definition::MatchPattern::serialize(self, __serializer)
pub fn syntect::parsing::syntax_definition::Pattern::clone(self)
pub fn syntect::parsing::syntax_definition::Pattern::deserialize(__deserializer)
pub fn syntect::parsing::syntax_definition::Pattern::eq(self, other)
pub fn syntect::parsing::syntax_definition::Pattern::fmt(self, f)
pub fn syntect::parsing::syntax_definition::Pattern::ne(self, other)
pub fn syntect::parsing::syntax_definition::Pattern::serialize(self, __serializer)
pub fn syntect::parsing::syntax_definition::SyntaxDefinition::clone(self)
pub fn syntect::parsing::syntax_definition::SyntaxDefinition::deserialize(__deserializer)
pub fn syntect::parsing::syntax_definition::SyntaxDefinition::eq(self, other)
pub fn syntect::parsing::syntax_definition::SyntaxDefinition::fmt(self, f)
pub fn syntect::parsing::syntax_definition::SyntaxDefinition::load_from_str(s, lines_include_newline, fallback_name)
pub fn syntect::parsing::syntax_definition::SyntaxDefinition::ne(self, other)
pub fn syntect::parsing::syntax_definition::SyntaxDefinition::serialize(self, __serializer)
pub fn syntect::parsing::syntax_definition::context_iter(syntax_set, context)
pub fn syntect::util::LinesWithEndings::from(input)
pub fn syntect::util::LinesWithEndings::next(self)
pub fn syntect::util::as_24_bit_terminal_escaped(v, bg)
pub fn syntect::util::as_latex_escaped(v)
pub fn syntect::util::debug_print_ops(line, ops)
pub fn syntect::util::modify_range(v, r, modifier)
pub fn syntect::util::split_at(v, split_i)
pub mod syntect
pub mod syntect::dumps
pub mod syntect::easy
pub mod syntect::highlighting
pub mod syntect::html
pub mod syntect::parsing
pub mod syntect::parsing::syntax_definition
pub mod syntect::util
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 0 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 1 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field 1 (path missing due to https://github.com/rust-lang/rust/issues/92945)
pub struct field syntect::easy::HighlightFile::highlight_lines
pub struct field syntect::easy::HighlightFile::reader
pub struct field syntect::highlighting::Color::a
pub struct field syntect::highlighting::Color::b
pub struct field syntect::highlighting::Color::g
pub struct field syntect::highlighting::Color::r
pub struct field syntect::highlighting::HighlightState::path
pub struct field syntect::highlighting::ScopeSelector::excludes
pub struct field syntect::highlighting::ScopeSelector::path
pub struct field syntect::highlighting::ScopeSelectors::selectors
pub struct field syntect::highlighting::ScoredStyle::background
pub struct field syntect::highlighting::ScoredStyle::font_style
pub struct field syntect::highlighting::ScoredStyle::foreground
pub struct field syntect::highlighting::Style::background
pub struct field syntect::highlighting::Style::font_style
pub struct field syntect::highlighting::Style::foreground
pub struct field syntect::highlighting::StyleModifier::background
pub struct field syntect::highlighting::StyleModifier::font_style
pub struct field syntect::highlighting::StyleModifier::foreground
pub struct field syntect::highlighting::Theme::author
pub struct field syntect::highlighting::Theme::name
pub struct field syntect::highlighting::Theme::scopes
pub struct field syntect::highlighting::Theme::settings
pub struct field syntect::highlighting::ThemeItem::scope
pub struct field syntect::highlighting::ThemeItem::style
pub struct field syntect::highlighting::ThemeSet::themes
pub struct field syntect::highlighting::ThemeSettings::accent
pub struct field syntect::highlighting::ThemeSettings::active_guide
pub struct field syntect::highlighting::ThemeSettings::background
pub struct field syntect::highlighting::ThemeSettings::bracket_contents_foreground
pub struct field syntect::highlighting::ThemeSettings::bracket_contents_options
pub struct field syntect::highlighting::ThemeSettings::brackets_background
pub struct field syntect::highlighting::ThemeSettings::brackets_foreground
pub struct field syntect::highlighting::ThemeSettings::brackets_options
pub struct field syntect::highlighting::ThemeSettings::caret
pub struct field syntect::highlighting::ThemeSettings::find_highlight
pub struct field syntect::highlighting::ThemeSettings::find_highlight_foreground
pub struct field syntect::highlighting::ThemeSettings::foreground
pub struct field syntect::highlighting::ThemeSettings::guide
pub struct field syntect::highlighting::ThemeSettings::gutter
pub struct field syntect::highlighting::ThemeSettings::gutter_foreground
pub struct field syntect::highlighting::ThemeSettings::highlight
pub struct field syntect::highlighting::ThemeSettings::highlight_foreground
pub struct field syntect::highlighting::ThemeSettings::inactive_selection
pub struct field syntect::highlighting::ThemeSettings::inactive_selection_foreground
pub struct field syntect::highlighting::ThemeSettings::line_highlight
pub struct field syntect::highlighting::ThemeSettings::minimap_border
pub struct field syntect::highlighting::ThemeSettings::misspelling
pub struct field syntect::highlighting::ThemeSettings::phantom_css
pub struct field syntect::highlighting::ThemeSettings::popup_css
pub struct field syntect::highlighting::ThemeSettings::selection
pub struct field syntect::highlighting::ThemeSettings::selection_background
pub struct field syntect::highlighting::ThemeSettings::selection_border
pub struct field syntect::highlighting::ThemeSettings::selection_foreground
pub struct field syntect::highlighting::ThemeSettings::shadow
pub struct field syntect::highlighting::ThemeSettings::stack_guide
pub struct field syntect::highlighting::ThemeSettings::tags_foreground
pub struct field syntect::highlighting::ThemeSettings::tags_options
pub struct field syntect::html::ClassStyle::SpacedPrefixed::prefix
pub struct field syntect::parsing::MatchPower::0
pub struct field syntect::parsing::ScopeStack::scopes
pub struct field syntect::parsing::SyntaxReference::file_extensions
pub struct field syntect::parsing::SyntaxReference::first_line_match
pub struct field syntect::parsing::SyntaxReference::hidden
pub struct field syntect::parsing::SyntaxReference::name
pub struct field syntect::parsing::SyntaxReference::scope
pub struct field syntect::parsing::SyntaxReference::variables
pub struct field syntect::parsing::syntax_definition::Context::clear_scopes
pub struct field syntect::parsing::syntax_definition::Context::meta_content_scope
pub struct field syntect::parsing::syntax_definition::Context::meta_include_prototype
pub struct field syntect::parsing::syntax_definition::Context::meta_scope
pub struct field syntect::parsing::syntax_definition::Context::patterns
pub struct field syntect::parsing::syntax_definition::Context::prototype
pub struct field syntect::parsing::syntax_definition::Context::uses_backrefs
pub struct field syntect::parsing::syntax_definition::ContextReference::ByScope::scope
pub struct field syntect::parsing::syntax_definition::ContextReference::ByScope::sub_context
pub struct field syntect::parsing::syntax_definition::ContextReference::File::name
pub struct field syntect::parsing::syntax_definition::ContextReference::File::sub_context
pub struct field syntect::parsing::syntax_definition::MatchPattern::captures
pub struct field syntect::parsing::syntax_definition::MatchPattern::has_captures
pub struct field syntect::parsing::syntax_definition::MatchPattern::operation
pub struct field syntect::parsing::syntax_definition::MatchPattern::regex
pub struct field syntect::parsing::syntax_definition::MatchPattern::scope
pub struct field syntect::parsing::syntax_definition::MatchPattern::with_prototype
pub struct field syntect::parsing::syntax_definition::SyntaxDefinition::contexts
pub struct field syntect::parsing::syntax_definition::SyntaxDefinition::file_extensions
pub struct field syntect::parsing::syntax_definition::SyntaxDefinition::first_line_match
pub struct field syntect::parsing::syntax_definition::SyntaxDefinition::hidden
pub struct field syntect::parsing::syntax_definition::SyntaxDefinition::name
pub struct field syntect::parsing::syntax_definition::SyntaxDefinition::scope
pub struct field syntect::parsing::syntax_definition::SyntaxDefinition::variables
pub struct syntect::easy::HighlightFile
pub struct syntect::easy::HighlightLines
pub struct syntect::easy::ScopeRegionIterator
pub struct syntect::highlighting::Color
pub struct syntect::highlighting::FontStyle
pub struct syntect::highlighting::HighlightIterator
pub struct syntect::highlighting::HighlightState
pub struct syntect::highlighting::Highlighter
pub struct syntect::highlighting::RangedHighlightIterator
pub struct syntect::highlighting::ScopeSelector
pub struct syntect::highlighting::ScopeSelectors
pub struct syntect::highlighting::ScoredStyle
pub struct syntect::highlighting::Style
pub struct syntect::highlighting::StyleModifier
pub struct syntect::highlighting::Theme
pub struct syntect::highlighting::ThemeItem
pub struct syntect::highlighting::ThemeSet
pub struct syntect::highlighting::ThemeSettings
pub struct syntect::html::ClassedHTMLGenerator
pub struct syntect::parsing::MatchPower
pub struct syntect::parsing::ParseState
pub struct syntect::parsing::Regex
pub struct syntect::parsing::Region
pub struct syntect::parsing::SCOPE_REPO
pub struct syntect::parsing::Scope
pub struct syntect::parsing::ScopeRepository
pub struct syntect::parsing::ScopeStack
pub struct syntect::parsing::SyntaxReference
pub struct syntect::parsing::SyntaxSet
pub struct syntect::parsing::SyntaxSetBuilder
pub struct syntect::parsing::syntax_definition::Context
pub struct syntect::parsing::syntax_definition::ContextId
pub struct syntect::parsing::syntax_definition::MatchIter
pub struct syntect::parsing::syntax_definition::MatchPattern
pub struct syntect::parsing::syntax_definition::SyntaxDefinition
pub struct syntect::util::LinesWithEndings
pub type syntect::easy::ScopeRegionIterator::Item
pub type syntect::highlighting::Color::Err
pub type syntect::highlighting::FontStyle::Err
pub type syntect::highlighting::FontStyle::Output
pub type syntect::highlighting::FontStyle::Output
pub type syntect::highlighting::FontStyle::Output
pub type syntect::highlighting::FontStyle::Output
pub type syntect::highlighting::FontStyle::Output
pub type syntect::highlighting::HighlightIterator::Item
pub type syntect::highlighting::RangedHighlightIterator::Item
pub type syntect::highlighting::ScopeSelector::Err
pub type syntect::highlighting::ScopeSelectors::Err
pub type syntect::highlighting::UnderlineOption::Err
pub type syntect::parsing::SCOPE_REPO::Target
pub type syntect::parsing::Scope::Err
pub type syntect::parsing::ScopeStack::Err
pub type syntect::parsing::syntax_definition::CaptureMapping
pub type syntect::parsing::syntax_definition::MatchIter::Item
pub type syntect::util::LinesWithEndings::Item
pub use syntect::parsing::SyntaxDefinition