A configured graph: a file scope and the parser that interprets it. v0.8
ships the markdown and frontmatter parsers. fs is the implicit base
graph (a provider, not a parser) and is not configured here.
Compile a list of glob patterns into a GlobSet. Returns None if patterns is
empty. Uses literal_separator so * matches a single path component and
** matches across directory boundaries.