scribe 0.7.0

Text editor toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
error_chain! {
    errors {
        MissingSyntaxDefinition {
            description("buffer is missing a syntax definition")
            display("buffer is missing a syntax definition")
        }
        MissingScope {
            description("couldn't find any scopes at the cursor position")
            display("couldn't find any scopes at the cursor position")
        }
    }
}