.Pollenextensionformat

function defined in module Pollen


			extensionformat(Val(Symbol(ext)))

Define a default Format for parsing files with extension ext.

For example extensionformat(Val(:html)) == HTMLFormat(), so parse(p"index.html") dispatches to parse(p"index.html", HTMLFormat())