scheme method

Parser scheme()

Implementation

Parser scheme() =>
    (string('file:') | string('attachment:') | anyOf('/.').and())
        .flatten('Expected link scheme');