Enum syntect::highlighting::SettingsError [] [src]

pub enum SettingsError {
    Plist(PlistError),
}

An error parsing a settings file

Variants

Incorrect Plist syntax

Trait Implementations

impl Debug for SettingsError
[src]

Formats the value using the given formatter.

impl From<PlistError> for SettingsError
[src]

Performs the conversion.